PgSQLManagerTest.php 166 Bytes
<?php
namespace yiiunit\framework\rbac;

/**
 * PgSQLManagerTest
 */
class PgSQLManagerTest extends DbManagerTestCase
{
    protected static $driverName = 'pgsql';
}