PostgreSQLActiveRecordTest.php 226 Bytes
Newer Older
1 2 3 4 5 6
<?php

namespace yiiunit\framework\db\pgsql;

use yiiunit\framework\db\ActiveRecordTest;

7 8 9 10
/**
 * @group db
 * @group pgsql
 */
11 12
class PostgreSQLActiveRecordTest extends ActiveRecordTest
{
13
    protected $driverName = 'pgsql';
14
}