Skip to content

Commit

Permalink
minor #4489 Fix ruleset @PHPUnit50Migration:risky (kubawerlos)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.0 branch.

Discussion
----------

Fix ruleset @PHPUnit50Migration:risky

Commits
-------

71b0d0b Fix ruleset @PHPUnit50Migration:risky
  • Loading branch information
SpacePossum committed Aug 4, 2019
2 parents c7af67f + 71b0d0b commit 960d217
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 960d217

Please sign in to comment.