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

15 lines
254 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';
}