From 317acfa1a5f82ac7b02a279a88862ce613a23fba Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 27 Jan 2015 16:44:38 +0100 Subject: [PATCH] Revisioning --- 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 7b1919c4b..135fe05df 100644 --- a/source/development/make-test-working.rst +++ b/source/development/make-test-working.rst @@ -182,7 +182,7 @@ This file boostrap the app. It contains three functions. This is the file used i config_test.yml --------------- -There are only few parameters required for the config file. This is the config file for ChillMain : +There are only few parameters required for the config file. This is a basic version for ChillMain : .. code-block:: yaml @@ -228,4 +228,4 @@ You should add there all routing information needed for your bundle. chill_main_bundle: resource: "@CLChillMainBundle/Resources/config/routing.yml" -That's it. Tests should not pass. +That's it. Tests should pass.