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 971f58e commit c0a1108Copy full SHA for c0a1108
src/Testing/PHPStanTestCase.php
@@ -50,6 +50,8 @@ public static function getContainer(): Container
50
}
51
52
$rootDir = __DIR__ . '/../..';
53
+ $fileHelper = new FileHelper($rootDir);
54
+ $rootDir = $fileHelper->normalizePath($rootDir);
55
$containerFactory = new ContainerFactory($rootDir);
56
$container = $containerFactory->create($tmpDir, array_merge([
57
$containerFactory->getConfigDirectory() . '/config.level8.neon',
0 commit comments