Commit 5e278025 by Alexander Makarov

Removed test entries for MSSQL, Oracle

parent 7d3cf501
<?php
namespace yiiunit\framework\rbac;
/**
* MSSQLManagerTest
*/
class MSSQLManagerTest extends DbManagerTestCase
{
protected $driverName = 'mssql';
}
<?php
namespace yiiunit\framework\rbac;
/**
* OciManagerTest
*/
class OciManagerTest extends DbManagerTestCase
{
protected $driverName = 'oci';
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment