This commit is contained in:
╃巡洋艦㊣
2015-07-30 09:52:33 +08:00
parent 5d806e6f22
commit 586684b050
1278 changed files with 44775 additions and 30019 deletions

View File

@@ -0,0 +1,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';
}