From 9289a6304ba063089e9d1c2743f9245e0b988c7e Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Fri, 7 Nov 2014 12:31:09 +0100 Subject: [PATCH] CLChillMainBundle -> ChillMainBundle --- source/development/make-test-working.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/development/make-test-working.rst b/source/development/make-test-working.rst index d63655440..d05e3bace 100644 --- a/source/development/make-test-working.rst +++ b/source/development/make-test-working.rst @@ -149,7 +149,7 @@ This file boostrap the app. It contains three functions. This is the file used i { return array( new Symfony\Bundle\FrameworkBundle\FrameworkBundle(), - new \CL\Chill\MainBundle\CLChillMainBundle(), + new Chill\MainBundle\ChillMainBundle(), new Symfony\Bundle\SecurityBundle\SecurityBundle(), new Symfony\Bundle\TwigBundle\TwigBundle(), new \Symfony\Bundle\AsseticBundle\AsseticBundle(),