Skip to content

Commit 7db74fe

Browse files
committed
ci: fix run unit test error on ci
1 parent 6ba1780 commit 7db74fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: test/RuleValidationTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Inhere\Validate\RuleValidation;
66
use Inhere\Validate\RV;
77
use Inhere\Validate\Validation;
8-
use Inhere\ValidateTest\Validator\AdemoValidatorTest as AdemoValidator;
8+
use Inhere\ValidateTest\Validator\AdemoValidator as AdemoValidator;
99
use PHPUnit\Framework\TestCase;
1010
use PHPUnit\Runner\Version;
1111
use Throwable;

Diff for: test/Validator/AdemoValidatorTest.php renamed to test/Validator/AdemoValidator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @package Inhere\ValidateTest\Validator
1111
*/
12-
class AdemoValidatorTest extends AbstractValidator
12+
class AdemoValidator extends AbstractValidator
1313
{
1414
/**
1515
* @param mixed $value

0 commit comments

Comments
 (0)