PgSQLManagerTest.php 194 Bytes
Newer Older
1 2 3 4 5
<?php
namespace yiiunit\framework\rbac;

/**
 * PgSQLManagerTest
6 7
 * @group db
 * @group rbac
8 9 10
 */
class PgSQLManagerTest extends DbManagerTestCase
{
11
    protected static $driverName = 'pgsql';
12
}