aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-06-06 16:18:25 +0200
committerThomas Citharel <tcit@tcit.fr>2017-06-06 16:18:25 +0200
commite48b238a3e2c387be1f897e6f2c3c481d25f5203 (patch)
treefe295dd6448ddbfd55de467c915906bf20b8f7fd /app
parentd6c4c484c46706f9eecf81af3f64649f014418e1 (diff)
downloadwallabag-e48b238a3e2c387be1f897e6f2c3c481d25f5203.tar.gz
wallabag-e48b238a3e2c387be1f897e6f2c3c481d25f5203.tar.zst
wallabag-e48b238a3e2c387be1f897e6f2c3c481d25f5203.zip
fix tests
Diffstat (limited to 'app')
-rw-r--r--app/config/parameters_test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/parameters_test.yml b/app/config/parameters_test.yml
index 010785e6..92f0364f 100644
--- a/app/config/parameters_test.yml
+++ b/app/config/parameters_test.yml
@@ -8,3 +8,4 @@ parameters:
8 test_database_path: "%env(TEST_DATABASE_PATH)%" 8 test_database_path: "%env(TEST_DATABASE_PATH)%"
9 env(TEST_DATABASE_PATH): "%kernel.root_dir%/../data/db/wallabag_test.sqlite" 9 env(TEST_DATABASE_PATH): "%kernel.root_dir%/../data/db/wallabag_test.sqlite"
10 test_database_charset: utf8 10 test_database_charset: utf8
11 domain_name: 'http://v2.wallabag.org'