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

use yiiunit\framework\data\ActiveDataProviderTest;

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