We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f03b4 commit 99872faCopy full SHA for 99872fa
tests/UsePHPParser4Test.php
@@ -10,7 +10,7 @@ final class UsePHPParser4Test extends TestCase
10
public function test(): void
11
{
12
if ((int) Version::id() >= 11) {
13
- $this->markTestSkipped('Only for PHPUnit 11+');
+ $this->markTestSkipped('Only for PHPUnit < 11');
14
}
15
16
// this uses nikic/php-parser v4 parser
0 commit comments