Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Nov 9, 2021
1 parent 822a9b4 commit 9488d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PHPStan/Analyser/AnalyserIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ public function testBug5657(): void

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

0 comments on commit 9488d34

Please sign in to comment.