PostgreSQLCommandTest.php 177 Bytes
<?php
namespace yii\tests\unit\framework\db\pgsql;

use yiiunit\framework\db\CommandTest;

class PostgreSQLCommandTest extends CommandTest
{
    public $driverName = 'pgsql';
}