Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 13, 2022
1 parent b5a2c8f commit ea7408d
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -148,6 +148,9 @@ public function testBug6252(): void

public function testBug6348(): void
{
if (PHP_VERSION_ID < 80000 && !self::$useStaticReflectionProvider) {
$this->markTestSkipped('Test requires PHP 8.0.');
}
$this->analyse([__DIR__ . '/data/bug-6348.php'], []);
}

Expand Down

0 comments on commit ea7408d

Please sign in to comment.