mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Improved ValidatorTest organization.
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
<?php
|
||||
namespace yiiunit\framework\validators;
|
||||
use yiiunit\framework\validators\FakedValidationModel;
|
||||
use yiiunit\data\validators\models\FakedValidationModel;
|
||||
use yii\validators\UrlValidator;
|
||||
use yiiunit\TestCase;
|
||||
|
||||
require_once __DIR__ . '/FakedValidationModel.php';
|
||||
/**
|
||||
* UrlValidatorTest
|
||||
*/
|
||||
|
Reference in New Issue
Block a user