<?php
namespace yiiunit\framework\rbac;

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