batch query result test for pgsql and sqlite

This commit is contained in:
Carsten Brandt
2016-03-20 18:21:10 +01:00
parent 0a88d4b0b7
commit c73b116ba5
3 changed files with 49 additions and 12 deletions

View File

@@ -0,0 +1,13 @@
<?php
namespace yii\tests\unit\framework\db\pgsql;
use yiiunit\framework\db\BatchQueryResultTest;
/**
* @group db
* @group pgsql
*/
class PostgreSQLBatchQueryResultTest extends BatchQueryResultTest
{
public $driverName = 'pgsql';
}