Skip to content

Commit 3d1d601

Browse files
committed
replace test import/yield with a comment
1 parent c0efe59 commit 3d1d601

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/PHPStan/Analyser/NodeScopeResolverTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ private static function findTestFiles(): iterable
229229
yield __DIR__ . '/../Rules/Methods/data/bug-4801.php';
230230
yield __DIR__ . '/../Rules/Arrays/data/narrow-superglobal.php';
231231
yield __DIR__ . '/../Rules/Methods/data/bug-12927.php';
232-
yield __DIR__ . '/nsrt/bug-8886.php';
232+
233+
// note: files in ./nsrt will be automatically picked up
233234
}
234235

235236
/**

0 commit comments

Comments
 (0)