Skip to content

Commit 5a6f45e

Browse files
committed
Merge remote-tracking branch 'origin/1.12.x' into 2.1.x
2 parents c53ed37 + 4dd10f3 commit 5a6f45e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/PHPStan/Rules/Comparison/ImpossibleCheckTypeFunctionCallRuleTest.php

+4
Original file line numberDiff line numberDiff line change
@@ -963,6 +963,10 @@ public function testBug3979(): void
963963

964964
public function testBug8464(): void
965965
{
966+
if (PHP_VERSION_ID < 80000) {
967+
$this->markTestSkipped('Test requires PHP 8.0.');
968+
}
969+
966970
$this->treatPhpDocTypesAsCertain = true;
967971
$this->analyse([__DIR__ . '/data/bug-8464.php'], []);
968972
}

0 commit comments

Comments
 (0)