diff --git a/tests/RedundantConditionTest.php b/tests/RedundantConditionTest.php index 40cf5b03751..6b78a670671 100644 --- a/tests/RedundantConditionTest.php +++ b/tests/RedundantConditionTest.php @@ -1126,6 +1126,17 @@ function a(float $b) : void { }', 'error_message' => 'RedundantCondition', ], + 'SKIPPED-noLongerWarnsAboutRedundancyHere' => [ + ' 'RedundantCondition', + ] ]; } }