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 696106e commit ed4cde7Copy full SHA for ed4cde7
tests/Symfony/TestCase/Fixtures/TestKernel.php
@@ -19,12 +19,12 @@ public function registerBundles()
19
20
public function getCacheDir()
21
{
22
- return \sys_get_temp_dir().'ZalasPHPUnitInjector/cache/'.$this->environment;
+ return \sys_get_temp_dir().'/ZalasPHPUnitInjector/cache/'.$this->environment;
23
}
24
25
public function getLogDir()
26
27
- return \sys_get_temp_dir().'ZalasPHPUnitInjector/logs';
+ return \sys_get_temp_dir().'/ZalasPHPUnitInjector/logs';
28
29
30
/**
0 commit comments