mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-18 05:32:29 +08:00
10 lines
159 B
PHP
10 lines
159 B
PHP
<?php
|
|
namespace yiiunit\framework\db\cubrid;
|
|
|
|
use yiiunit\framework\db\QueryTest;
|
|
|
|
class CubridQueryTest extends QueryTest
|
|
{
|
|
public $driverName = 'cubrid';
|
|
}
|