We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4f379 commit d4e606fCopy full SHA for d4e606f
1 file changed
phpunit/functional/RuleTest.php
@@ -281,7 +281,7 @@ public function testMaxActionsCount(): void
281
$this->assertSame(1, $rule->maxActionsCount());
282
283
$rule = new \RuleTicket();
284
- $this->assertSame(44, $rule->maxActionsCount());
+ $this->assertSame(42, $rule->maxActionsCount());
285
286
$rule = new \RuleDictionnarySoftware();
287
$this->assertSame(7, $rule->maxActionsCount());
0 commit comments