Files
yii2/tests/unit/framework/db/pgsql/PostgreSQLCommandTest.php

9 lines
177 B
PHP

<?php
namespace yii\tests\unit\framework\db\pgsql;
use yiiunit\framework\db\CommandTest;
class PostgreSQLCommandTest extends CommandTest
{
public $driverName = 'pgsql';
}