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