mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-16 20:47:32 +08:00
11 lines
161 B
PHP
11 lines
161 B
PHP
<?php
|
|
|
|
namespace yiiunit\framework\db\mssql;
|
|
|
|
use yiiunit\framework\db\QueryTest;
|
|
|
|
class MssqlQueryTest extends QueryTest
|
|
{
|
|
protected $driverName = 'sqlsrv';
|
|
}
|