MssqlActiveRecordTest.php 219 Bytes
Newer Older
resurtm committed
1 2 3 4
<?php

namespace yiiunit\framework\db\mssql;

Alexander Makarov committed
5 6
use yiiunit\framework\db\ActiveRecordTest;

7 8 9 10
/**
 * @group db
 * @group mssql
 */
Alexander Makarov committed
11
class MssqlActiveRecordTest extends ActiveRecordTest
resurtm committed
12
{
Carsten Brandt committed
13
	protected $driverName = 'sqlsrv';
resurtm committed
14
}