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

use yiiunit\framework\db\SchemaTest;

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