mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-12 20:21:19 +08:00
11 lines
166 B
PHP
11 lines
166 B
PHP
<?php
|
|
namespace yiiunit\framework\rbac;
|
|
|
|
/**
|
|
* PgSQLManagerTest
|
|
*/
|
|
class PgSQLManagerTest extends DbManagerTestCase
|
|
{
|
|
protected static $driverName = 'pgsql';
|
|
}
|