From 91ca709cf9b7294536a24a4c0e97c0cbd628c767 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Fri, 7 Nov 2014 12:32:25 +0100 Subject: [PATCH] AcmeHelloBundle -> ChillMainBundle --- source/development/make-test-working.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/development/make-test-working.rst b/source/development/make-test-working.rst index d05e3bace..7b1919c4b 100644 --- a/source/development/make-test-working.rst +++ b/source/development/make-test-working.rst @@ -167,7 +167,7 @@ This file boostrap the app. It contains three functions. This is the file used i */ public function getCacheDir() { - return sys_get_temp_dir().'/AcmeHelloBundle/cache'; + return sys_get_temp_dir().'/ChillMainBundle/cache'; } /** @@ -175,7 +175,7 @@ This file boostrap the app. It contains three functions. This is the file used i */ public function getLogDir() { - return sys_get_temp_dir().'/AcmeHelloBundle/logs'; + return sys_get_temp_dir().'/ChillMainBundle/logs'; } }