Skip to content

Commit 99872fa

Browse files
committed
Fix namespace test
1 parent 57f03b4 commit 99872fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UsePHPParser4Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ final class UsePHPParser4Test extends TestCase
1010
public function test(): void
1111
{
1212
if ((int) Version::id() >= 11) {
13-
$this->markTestSkipped('Only for PHPUnit 11+');
13+
$this->markTestSkipped('Only for PHPUnit < 11');
1414
}
1515

1616
// this uses nikic/php-parser v4 parser

0 commit comments

Comments
 (0)