PostgreSQLActiveDataProviderTest.php 254 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?php
namespace yiiunit\framework\db\pgsql;

use yiiunit\framework\data\ActiveDataProviderTest;

/**
 * @group db
 * @group pgsql
 * @group data
 */
class PostgreSQLActiveDataProviderTest extends ActiveDataProviderTest
{
	public $driverName = 'pgsql';
}