2016-04-12 22:00:26 +02:00
|
|
|
parameters:
|
2024-01-05 00:41:13 +01:00
|
|
|
# Using an environment variable in order to avoid the error "attempt to write a readonly database"
|
|
|
|
# when the schema is dropped then recreate
|
|
|
|
database_path: "%env(TEST_DATABASE_PATH)%"
|
2017-10-13 23:52:15 +02:00
|
|
|
env(TEST_DATABASE_PATH): "%kernel.project_dir%/data/db/wallabag_test.sqlite"
|