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/tests/parameters_test.sqlite.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/config/tests/parameters_test.sqlite.yml (limited to 'app/config/tests/parameters_test.sqlite.yml') diff --git a/app/config/tests/parameters_test.sqlite.yml b/app/config/tests/parameters_test.sqlite.yml new file mode 100644 index 00000000..6e9f98de --- /dev/null +++ b/app/config/tests/parameters_test.sqlite.yml @@ -0,0 +1,8 @@ +parameters: + test_database_driver: pdo_sqlite + test_database_host: localhost + test_database_port: + test_database_name: ~ + test_database_user: ~ + test_database_password: ~ + test_database_path: "%kernel.root_dir%/../data/db/wallabag_testHU.sqlite" -- cgit v1.2.3