mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-06 15:28:58 +01:00
added unit tests for active dataprovider and fixed query tests
This commit is contained in:
@@ -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';
|
||||
}
|
||||
Reference in New Issue
Block a user