Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nguereza-tony committed Dec 4, 2023
1 parent 8c26b23 commit 60f1172
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Rule/EqualTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public function testValidate($param, $value, $expectedResult): void
public function validationDataProvider(): array
{
return array(
array(0, '', true),
array(10, '10', true),
array(10, 10.0, true),
array('a', 'A', false),
Expand Down

0 comments on commit 60f1172

Please sign in to comment.