From 86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Tue, 12 Apr 2016 22:00:26 +0200 Subject: Move test parameters out of parameters.yml The end user doesn't care to about the test database. --- app/config/config_test.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/config/config_test.yml') diff --git a/app/config/config_test.yml b/app/config/config_test.yml index d43d872a..3eab6fb2 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml @@ -1,5 +1,6 @@ imports: - { resource: config_dev.yml } + - { resource: parameters_test.yml } framework: test: ~ -- cgit v1.2.3