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_mysql
test_database_host: localhost
test_database_port: 3306
test_database_name: wallabag_test
test_database_user: root
test_database_password: ~
test_database_path: ~