diff --git a/Tests/Fixtures/App/AppKernel.php b/Tests/Fixtures/App/AppKernel.php index 1b9e908c3..a88e99867 100644 --- a/Tests/Fixtures/App/AppKernel.php +++ b/Tests/Fixtures/App/AppKernel.php @@ -28,7 +28,7 @@ class AppKernel extends Kernel */ public function getCacheDir() { - return sys_get_temp_dir().'/AcmeHelloBundle/cache'; + return sys_get_temp_dir().'/ChillMainBundle/cache'; } /** @@ -36,6 +36,6 @@ class AppKernel extends Kernel */ public function getLogDir() { - return sys_get_temp_dir().'/AcmeHelloBundle/logs'; + return sys_get_temp_dir().'/ChillMainBundle/logs'; } }