PostgreSQLCommandTest.php 177 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 <?php namespace yii\tests\unit\framework\db\pgsql; use yiiunit\framework\db\CommandTest; class PostgreSQLCommandTest extends CommandTest { public $driverName = 'pgsql'; }