From 1c47d597d321258ac6197ead957da15079183b29 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Fri, 7 Nov 2014 12:35:07 +0100 Subject: [PATCH] AcmeHelloBundle -> ChillMainBundle --- Tests/Fixtures/App/AppKernel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'; } }