Skip to content

Commit 7a50e96

Browse files
committed
Fix
1 parent 5ae7a3d commit 7a50e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Rules/StrictCalls/StrictFunctionCallsRuleTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function testRule(): void
7575
public function testBug231(): void
7676
{
7777
if (PHP_VERSION_ID < 80100) {
78-
$this->markTestSkipped('Test requires PHP 8.1.');
78+
self::markTestSkipped('Test requires PHP 8.1.');
7979
}
8080
$this->analyse([__DIR__ . '/data/bug-231.php'], []);
8181
}

0 commit comments

Comments
 (0)