Skip to content

Commit a3b0404

Browse files
committed
Merge branch '1.5.x' into 1.6.x
2 parents 3a67365 + 7a50e96 commit a3b0404

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
@@ -78,7 +78,7 @@ public function testRule(): void
7878
public function testBug231(): void
7979
{
8080
if (PHP_VERSION_ID < 80100) {
81-
$this->markTestSkipped('Test requires PHP 8.1.');
81+
self::markTestSkipped('Test requires PHP 8.1.');
8282
}
8383
$this->analyse([__DIR__ . '/data/bug-231.php'], []);
8484
}

0 commit comments

Comments
 (0)