Files
yii2/tests/unit/framework/db/cubrid/CubridQueryTest.php
Carsten Brandt 544e412af8 unit test cleanup
2013-09-06 15:03:25 +02:00

10 lines
159 B
PHP

<?php
namespace yiiunit\framework\db\cubrid;
use yiiunit\framework\db\QueryTest;
class CubridQueryTest extends QueryTest
{
public $driverName = 'cubrid';
}