Skip to content

Commit 49641e2

Browse files
committedMay 15, 2024
Fix build
1 parent 05e5b35 commit 49641e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎tests/PHPStan/Analyser/AnalyserIntegrationTest.php

+3
Original file line numberDiff line numberDiff line change
@@ -1360,6 +1360,9 @@ public function testBug10979(): void
13601360

13611361
public function testBug11026(): void
13621362
{
1363+
if (PHP_VERSION_ID < 70300) {
1364+
$this->markTestSkipped('Test requires PHP 7.3.');
1365+
}
13631366
$errors = $this->runAnalyse(__DIR__ . '/data/bug-11026.php');
13641367
$this->assertNoErrors($errors);
13651368
}

0 commit comments

Comments
 (0)