Skip to content

Commit

Permalink
Run LegacyNodeScopeResolverTest with bleedingEdge
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 16, 2021
1 parent f0e112b commit f1a2adf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/PHPStan/Analyser/LegacyNodeScopeResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10430,7 +10430,10 @@ static function (\PhpParser\Node $node, Scope $scope) use ($file, $evaluatedPoin

public static function getAdditionalConfigFiles(): array
{
return [__DIR__ . '/typeAliases.neon'];
return [
__DIR__ . '/../../../conf/bleedingEdge.neon',
__DIR__ . '/typeAliases.neon',
];
}

public function dataDeclareStrictTypes(): array
Expand Down

0 comments on commit f1a2adf

Please sign in to comment.