Skip to content

Commit

Permalink
Update MozartIssue124Test.php
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Apr 24, 2024
1 parent 9527add commit 2ff6569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Issues/MozartIssue124Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function test_it_does_not_make_classname_replacement_inside_namespaced_fi
*/
public function test_it_does_not_prefix_function_argument_types_whose_classname_matches_the_namespace()
{
if (version_compare(phpversion(), '8.1', '<=')) {
if (version_compare(phpversion(), '8.1', '>=')) {
$this->markTestSkipped("Package specified for test is not PHP 8.1 compatible. Running tests under PHP " . phpversion());
}

Expand Down

0 comments on commit 2ff6569

Please sign in to comment.