We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad610cf commit 743f1abCopy full SHA for 743f1ab
1 file changed
tests/PHPStan/Analyser/AnalyserIntegrationTest.php
@@ -1497,6 +1497,10 @@ public function testBug11913(): void
1497
1498
public function testBug12549(): void
1499
{
1500
+ if (PHP_VERSION_ID < 80300) {
1501
+ $this->markTestSkipped('Test requires PHP 8.3.');
1502
+ }
1503
+
1504
$errors = $this->runAnalyse(__DIR__ . '/data/bug-12549.php');
1505
$this->assertNoErrors($errors);
1506
}
0 commit comments