This commit is contained in:
╃巡洋艦㊣
2015-07-30 09:52:33 +08:00
parent 5d806e6f22
commit 586684b050
1278 changed files with 44775 additions and 30019 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace yiiunit\framework\rbac;
/**
* PgSQLManagerTest
* @group db
* @group rbac
*/
class PgSQLManagerTest extends DbManagerTestCase
{
protected static $driverName = 'pgsql';
}