mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-23 23:47:09 +01:00
2.0.5 bf7edc5
This commit is contained in:
12
tests/framework/rbac/PgSQLManagerTest.php
Normal file
12
tests/framework/rbac/PgSQLManagerTest.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace yiiunit\framework\rbac;
|
||||
|
||||
/**
|
||||
* PgSQLManagerTest
|
||||
* @group db
|
||||
* @group rbac
|
||||
*/
|
||||
class PgSQLManagerTest extends DbManagerTestCase
|
||||
{
|
||||
protected static $driverName = 'pgsql';
|
||||
}
|
||||
Reference in New Issue
Block a user