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

4
use yiiunit\data\ar\Customer;
Carsten Brandt committed
5 6
use yiiunit\framework\db\ActiveRecordTest;

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