We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d781e34 commit f63c54fCopy full SHA for f63c54f
2 files changed
src/Testing/TestCase.neon
@@ -4,5 +4,5 @@ services:
4
cacheStorage:
5
class: PHPStan\Cache\MemoryCacheStorage
6
arguments!: []
7
- pathRoutingParser!:
+ currentPhpVersionSimpleParser!:
8
factory: @currentPhpVersionRichParser
tests/PHPStan/Parser/CachedParserTest.php
@@ -85,7 +85,7 @@ public function testParseTheSameFileWithDifferentMethod(): void
85
$pathRoutingParser = new PathRoutingParser(
86
self::getContainer()->getByType(FileHelper::class),
87
self::getContainer()->getService('currentPhpVersionRichParser'),
88
- self::getContainer()->getService('currentPhpVersionSimpleParser'),
+ self::getContainer()->getService('currentPhpVersionSimpleDirectParser'),
89
self::getContainer()->getService('php8Parser')
90
);
91
$parser = new CachedParser($pathRoutingParser, 500);
0 commit comments