Skip to content

Commit fff6ee2

Browse files
committed
Fix typo in tests Validaton -> Validation
1 parent 6cb896d commit fff6ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ValidatonTest.php renamed to tests/ValidationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use PHPUnit\Framework\TestCase;
88
use ReflectionClass;
99

10-
class ValidatonTest extends TestCase
10+
class ValidationTest extends TestCase
1111
{
1212
/**
1313
* @param string $rules

0 commit comments

Comments
 (0)