We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba1780 commit 7db74feCopy full SHA for 7db74fe
test/RuleValidationTest.php
@@ -5,7 +5,7 @@
5
use Inhere\Validate\RuleValidation;
6
use Inhere\Validate\RV;
7
use Inhere\Validate\Validation;
8
-use Inhere\ValidateTest\Validator\AdemoValidatorTest as AdemoValidator;
+use Inhere\ValidateTest\Validator\AdemoValidator as AdemoValidator;
9
use PHPUnit\Framework\TestCase;
10
use PHPUnit\Runner\Version;
11
use Throwable;
test/Validator/AdemoValidatorTest.php renamed to test/Validator/AdemoValidator.php
@@ -9,7 +9,7 @@
*
* @package Inhere\ValidateTest\Validator
*/
12
-class AdemoValidatorTest extends AbstractValidator
+class AdemoValidator extends AbstractValidator
13
{
14
/**
15
* @param mixed $value
0 commit comments