Skip to content

Commit

Permalink
fix typo ValidationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
emsifa committed Jul 31, 2020
1 parent 33e5ef5 commit 8e3f97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ValidatonTest.php → tests/ValidationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use PHPUnit\Framework\TestCase;
use ReflectionClass;

class ValidatonTest extends TestCase
class ValidationTest extends TestCase
{
/**
* @param string $rules
Expand Down

0 comments on commit 8e3f97b

Please sign in to comment.