We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae7a3d commit 7a50e96Copy full SHA for 7a50e96
tests/Rules/StrictCalls/StrictFunctionCallsRuleTest.php
@@ -75,7 +75,7 @@ public function testRule(): void
75
public function testBug231(): void
76
{
77
if (PHP_VERSION_ID < 80100) {
78
- $this->markTestSkipped('Test requires PHP 8.1.');
+ self::markTestSkipped('Test requires PHP 8.1.');
79
}
80
$this->analyse([__DIR__ . '/data/bug-231.php'], []);
81
0 commit comments