mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-13 04:38:03 +08:00
RBAC migration is now aware of custom table names, speeded up RBAC tests
This commit is contained in:
@@ -6,5 +6,5 @@ namespace yiiunit\framework\rbac;
|
||||
*/
|
||||
class PgSQLManagerTest extends DbManagerTestCase
|
||||
{
|
||||
protected $driverName = 'pgsql';
|
||||
protected static $driverName = 'pgsql';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user