mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-25 00:17:15 +01:00
9 lines
177 B
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';
|
|
}
|