mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-24 16:07:19 +01:00
batch query result test for pgsql and sqlite
This commit is contained in:
13
tests/framework/db/pgsql/PostgreSQLBatchQueryResultTest.php
Normal file
13
tests/framework/db/pgsql/PostgreSQLBatchQueryResultTest.php
Normal 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';
|
||||
}
|
||||
Reference in New Issue
Block a user