Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
danslo committed Feb 10, 2025
1 parent 682634a commit 2437f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/Model/RuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function testRulePreprocessEquals()
$this->assertTrue($rule->matches($request));
}

public function testMultipleRules()
public function testRuleWithMultipleConditions()
{
$request = $this->createConfiguredMock(
Http::class,
Expand Down

0 comments on commit 2437f78

Please sign in to comment.