We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c99fa commit 12ee656Copy full SHA for 12ee656
tests/PHPStan/Analyser/NodeScopeResolverTest.php
@@ -26,10 +26,6 @@ class NodeScopeResolverTest extends TypeInferenceTestCase
26
private static function findTestFiles(): iterable
27
{
28
foreach (self::findTestDataFilesFromDirectory(__DIR__ . '/nsrt') as $testFile) {
29
- if (str_ends_with($testFile, 'bug-2471.php') && PHP_VERSION_ID < 80000) {
30
- continue;
31
- }
32
-
33
yield $testFile;
34
}
35
0 commit comments