Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Oct 2, 2022
1 parent ea6ec3b commit 1cff34e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/PHPStan/Rules/Classes/InstantiationRuleTest.php
Expand Up @@ -422,4 +422,9 @@ public function testBug7048(): void
]);
}

public function testBug7594(): void
{
$this->checkExplicitMixed = true;
$this->analyse([__DIR__ . '/data/bug-7594.php'], []);
}
}

0 comments on commit 1cff34e

Please sign in to comment.