Add missing parameter for test

This commit is contained in:
Jeremy Benoist 2017-12-16 22:17:51 +01:00
parent bd91bd5c32
commit eb3754509d
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -8,3 +8,4 @@ parameters:
test_database_path: "%env(TEST_DATABASE_PATH)%"
env(TEST_DATABASE_PATH): "%kernel.project_dir%/data/db/wallabag_test.sqlite"
test_database_charset: utf8
test_database_driver_class: ~