2016-04-12 20:00:26 +00:00
|
|
|
parameters:
|
|
|
|
test_database_driver: pdo_sqlite
|
|
|
|
test_database_host: localhost
|
|
|
|
test_database_port:
|
|
|
|
test_database_name: ~
|
|
|
|
test_database_user: ~
|
|
|
|
test_database_password: ~
|
2017-05-15 18:47:59 +00:00
|
|
|
# Using an environnement variable in order to avoid the error "attempt to write a readonly database"
|
|
|
|
# when the schema is dropped then recreate
|
|
|
|
test_database_path: "%env(TEST_DATABASE_PATH)%"
|
2017-10-13 21:52:15 +00:00
|
|
|
env(TEST_DATABASE_PATH): "%kernel.project_dir%/data/db/wallabag_test.sqlite"
|
2016-10-22 11:41:03 +00:00
|
|
|
test_database_charset: utf8
|