Skip to content

Commit 78e47c0

Browse files
committed
test: fix test method name
1 parent 15f54a7 commit 78e47c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/Validation/RulesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ public function lessThanProvider(): Generator
482482
/**
483483
* @dataProvider lessThanEqualProvider
484484
*/
485-
public function testLessEqualThan(?string $first, ?string $second, bool $expected): void
485+
public function testLessThanEqual(?string $first, ?string $second, bool $expected): void
486486
{
487487
$data = ['foo' => $first];
488488
$this->validation->setRules(['foo' => "less_than_equal_to[{$second}]"]);

0 commit comments

Comments
 (0)