<?php namespace yiiunit\framework\rbac; /** * PgSQLManagerTest */ class PgSQLManagerTest extends DbManagerTestCase {
protected static $driverName = 'pgsql';
}