Move test parameters out of parameters.yml

The end user doesn't care to about the test database.
This commit is contained in:
Jeremy Benoist
2016-04-12 22:00:26 +02:00
parent 443cff9840
commit 86732aa01c
10 changed files with 39 additions and 125 deletions

View File

@ -0,0 +1,8 @@
parameters:
test_database_driver: pdo_sqlite
test_database_host: 127.0.0.1
test_database_port: null
test_database_name: null
test_database_user: null
test_database_password: null
test_database_path: '%kernel.root_dir%/../data/db/wallabag_testYO.sqlite'