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 ae3dd99 commit 00f9107Copy full SHA for 00f9107
tests/symfony/src/Kernel.php
@@ -40,6 +40,14 @@ public function getProjectDir(): string
40
return \dirname(__DIR__);
41
}
42
43
+ public function getLogDir(): string
44
+ {
45
+ $logDir = parent::getLogDir();
46
+ \mkdir($logDir);
47
+
48
+ return $logDir;
49
+ }
50
51
protected function configureContainer(ContainerConfigurator $container): void
52
{
53
$container->extension('framework', [
0 commit comments