CubridActiveRecordTest.php 221 Bytes
Newer Older
Carsten Brandt committed
1 2 3 4 5
<?php
namespace yiiunit\framework\db\cubrid;

use yiiunit\framework\db\ActiveRecordTest;

6 7 8 9
/**
 * @group db
 * @group cubrid
 */
Carsten Brandt committed
10 11
class CubridActiveRecordTest extends ActiveRecordTest
{
12
    public $driverName = 'cubrid';
Carsten Brandt committed
13
}