Skip to content

Commit cc6c618

Browse files
authored
Merge pull request #121 from rakit/typo_test_name
fix typo ValidationTest
2 parents 33e5ef5 + 8e3f97b commit cc6c618

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)