Skip to content

Commit 3155acd

Browse files
authored
Merge branch refs/heads/1.12.x into 2.0.x
2 parents 98f6aae + 5d2512a commit 3155acd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/PHPStan/Analyser/AnalyserIntegrationTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,6 +1340,10 @@ public function testBug10538(): void
13401340

13411341
public function testBug10847(): void
13421342
{
1343+
if (PHP_VERSION_ID < 80100) {
1344+
$this->markTestSkipped('Test requires PHP 8.1.');
1345+
}
1346+
13431347
$errors = $this->runAnalyse(__DIR__ . '/data/bug-10847.php');
13441348
$this->assertNoErrors($errors);
13451349
}

0 commit comments

Comments
 (0)