Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Oct 30, 2023
1 parent 5ae7a3d commit 7a50e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Rules/StrictCalls/StrictFunctionCallsRuleTest.php
Expand Up @@ -75,7 +75,7 @@ public function testRule(): void
public function testBug231(): void
{
if (PHP_VERSION_ID < 80100) {
$this->markTestSkipped('Test requires PHP 8.1.');
self::markTestSkipped('Test requires PHP 8.1.');
}
$this->analyse([__DIR__ . '/data/bug-231.php'], []);
}
Expand Down

0 comments on commit 7a50e96

Please sign in to comment.