Files
yii2/tests/framework/db/pgsql/ActiveQueryTest.php
2016-11-10 23:46:05 +01:00

13 lines
189 B
PHP

<?php
namespace yiiunit\framework\db\pgsql;
/**
* @group db
* @group pgsql
*/
class ActiveQueryTest extends \yiiunit\framework\db\ActiveQueryTest
{
public $driverName = 'pgsql';
}