diff options
Diffstat (limited to 'app/config/tests/parameters_test.sqlite.yml')
-rw-r--r-- | app/config/tests/parameters_test.sqlite.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/config/tests/parameters_test.sqlite.yml b/app/config/tests/parameters_test.sqlite.yml new file mode 100644 index 00000000..6e9f98de --- /dev/null +++ b/app/config/tests/parameters_test.sqlite.yml | |||
@@ -0,0 +1,8 @@ | |||
1 | parameters: | ||
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: ~ | ||
8 | test_database_path: "%kernel.root_dir%/../data/db/wallabag_testHU.sqlite" | ||