mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-16 15:21:13 +08:00
18 lines
349 B
PHP
18 lines
349 B
PHP
<?php
|
|
/**
|
|
* @link https://www.yiiframework.com/
|
|
* @copyright Copyright (c) 2008 Yii Software LLC
|
|
* @license https://www.yiiframework.com/license/
|
|
*/
|
|
|
|
namespace yiiunit\framework\db\cubrid;
|
|
|
|
/**
|
|
* @group db
|
|
* @group cubrid
|
|
*/
|
|
class BatchQueryResultTest extends \yiiunit\framework\db\BatchQueryResultTest
|
|
{
|
|
public $driverName = 'cubrid';
|
|
}
|