Skip to content

Commit

Permalink
Merge pull request #121 from rakit/typo_test_name
Browse files Browse the repository at this point in the history
fix typo ValidationTest
  • Loading branch information
emsifa authored Jul 31, 2020
2 parents 33e5ef5 + 8e3f97b commit cc6c618
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 cc6c618

Please sign in to comment.