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

11 lines
161 B
PHP

<?php
namespace yiiunit\framework\db\mssql;
use yiiunit\framework\db\QueryTest;
class MssqlQueryTest extends QueryTest
{
protected $driverName = 'sqlsrv';
}