Skip to content

Commit 9488d34

Browse files
committed
Fix
1 parent 822a9b4 commit 9488d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/AnalyserIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ public function testBug5657(): void
455455

456456
public function testBug5951(): void
457457
{
458-
if (PHP_VERSION_ID < 80000 && !self::$useStaticReflectionProvider) {
458+
if (PHP_VERSION_ID < 80000) {
459459
$this->markTestSkipped('Test requires PHP 8.0.');
460460
}
461461
$errors = $this->runAnalyse(__DIR__ . '/data/bug-5951.php');

0 commit comments

Comments
 (0)