Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Oct 2, 2022
1 parent 1cff34e commit 2e4cdab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/PHPStan/Rules/Classes/InstantiationRuleTest.php
Expand Up @@ -424,7 +424,11 @@ public function testBug7048(): void

public function testBug7594(): void
{
$this->checkExplicitMixed = true;
if (PHP_VERSION_ID < 80000) {
$this->markTestSkipped('Test requires PHP 8.0.');
}

$this->analyse([__DIR__ . '/data/bug-7594.php'], []);
}

}

0 comments on commit 2e4cdab

Please sign in to comment.