bootstrap local app for tests

This commit is contained in:
2014-12-07 00:15:35 +01:00
parent f5752acdc3
commit 567ebb41ab
4 changed files with 17 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ class AppKernel extends Kernel
*/
public function getLogDir()
{
return $this->getRootDir().'/../logs';
return sys_get_temp_dir().'/PersonBundle/logs';
}
}