Files
yii2/tests/framework/db/pgsql/PostgreSQLActiveDataProviderTest.php
2015-04-16 12:10:01 +03:00

15 lines
257 B
PHP

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