We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a960f74 commit 5d2512aCopy full SHA for 5d2512a
1 file changed
tests/PHPStan/Analyser/AnalyserIntegrationTest.php
@@ -1335,6 +1335,10 @@ public function testBug10538(): void
1335
1336
public function testBug10847(): void
1337
{
1338
+ if (PHP_VERSION_ID < 80100) {
1339
+ $this->markTestSkipped('Test requires PHP 8.1.');
1340
+ }
1341
+
1342
$errors = $this->runAnalyse(__DIR__ . '/data/bug-10847.php');
1343
$this->assertNoErrors($errors);
1344
}
0 commit comments