]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/tests/parameters_test.sqlite.yml
Remove custom Postgres class
[github/wallabag/wallabag.git] / app / config / tests / parameters_test.sqlite.yml
CommitLineData
86732aa0
JB
1parameters:
2 test_database_driver: pdo_sqlite
3 test_database_host: localhost
4 test_database_port:
5 test_database_name: ~
6 test_database_user: ~
7 test_database_password: ~
7ab5eb95 8 # Using an environnement variable in order to avoid the error "attempt to write a readonly database"
9 # when the schema is dropped then recreate
10 test_database_path: "%env(TEST_DATABASE_PATH)%"
9ca069a6 11 env(TEST_DATABASE_PATH): "%kernel.project_dir%/data/db/wallabag_test.sqlite"
fc79f1ff 12 test_database_charset: utf8