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 c0efe59 commit 3d1d601Copy full SHA for 3d1d601
tests/PHPStan/Analyser/NodeScopeResolverTest.php
@@ -229,7 +229,8 @@ private static function findTestFiles(): iterable
229
yield __DIR__ . '/../Rules/Methods/data/bug-4801.php';
230
yield __DIR__ . '/../Rules/Arrays/data/narrow-superglobal.php';
231
yield __DIR__ . '/../Rules/Methods/data/bug-12927.php';
232
- yield __DIR__ . '/nsrt/bug-8886.php';
+
233
+ // note: files in ./nsrt will be automatically picked up
234
}
235
236
/**
0 commit comments