Skip to content

Commit

Permalink
Fix: Diff
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 8, 2020
1 parent 1562c8f commit 9659283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Unit/RuleSet/AbstractRuleSetTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ final public function testRuleSetDoesDoNotConfigureRulesThatAreNotBuiltIn(): voi
final public function testRuleSetDoesNotConfigureRulesThatAreDeprecated(): void
{
$namesOfRulesThatAreConfiguredAndDeprecated = \array_diff(
self::namesOfRulesThatAreConfigured(),
self::namesOfRulesThatAreNotDeprecated()
self::namesOfRulesThatAreNotDeprecated(),
self::namesOfRulesThatAreConfigured()
);

self::assertEmpty($namesOfRulesThatAreConfiguredAndDeprecated, \sprintf(
Expand Down

0 comments on commit 9659283

Please sign in to comment.