From f1a2adff4ad0b8a93c8ed3a41d61e352682e54bf Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Wed, 16 Jun 2021 15:07:56 +0200 Subject: [PATCH] Run LegacyNodeScopeResolverTest with bleedingEdge --- tests/PHPStan/Analyser/LegacyNodeScopeResolverTest.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/PHPStan/Analyser/LegacyNodeScopeResolverTest.php b/tests/PHPStan/Analyser/LegacyNodeScopeResolverTest.php index 466fbc38b7..f00eb42841 100644 --- a/tests/PHPStan/Analyser/LegacyNodeScopeResolverTest.php +++ b/tests/PHPStan/Analyser/LegacyNodeScopeResolverTest.php @@ -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