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