mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-15 14:50:56 +08:00
14 lines
225 B
PHP
14 lines
225 B
PHP
<?php
|
|
|
|
namespace yiiunit\framework\db\mysql;
|
|
|
|
/**
|
|
* @group db
|
|
* @group mysql
|
|
* @group validators
|
|
*/
|
|
class ExistValidatorTest extends \yiiunit\framework\validators\ExistValidatorTest
|
|
{
|
|
public $driverName = 'sqlsrv';
|
|
}
|