RBAC migration is now aware of custom table names, speeded up RBAC tests

This commit is contained in:
Alexander Makarov
2014-05-07 00:19:33 +04:00
parent 12732cfa53
commit 905e39ede9
12 changed files with 93 additions and 58 deletions

View File

@@ -6,5 +6,5 @@ namespace yiiunit\framework\rbac;
*/
class PgSQLManagerTest extends DbManagerTestCase
{
protected $driverName = 'pgsql';
protected static $driverName = 'pgsql';
}