Skip to content

Commit

Permalink
Fix ruleset @PHPUnit50Migration:risky
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Aug 2, 2019
1 parent c7af67f commit 71b0d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RuleSet.php
Expand Up @@ -328,7 +328,7 @@ final class RuleSet implements RuleSetInterface
],
'@PHPUnit50Migration:risky' => [
'@PHPUnit48Migration:risky' => true,
'php_unit_dedicate_assert' => true,
'php_unit_dedicate_assert' => ['target' => PhpUnitTargetVersion::VERSION_5_0],
],
'@PHPUnit52Migration:risky' => [
'@PHPUnit50Migration:risky' => true,
Expand Down

0 comments on commit 71b0d0b

Please sign in to comment.