diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-01-17 21:34:12 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2020-01-18 09:56:32 +0100 |
commit | e26e2060f5470ce8bf4c5973284bae07b8af170a (patch) | |
tree | adf8512f93f5559ba87d0c9931969ae4ebea7133 /tests/utils/config/configJson.json.php | |
parent | cf92b4dd1521241eefc58eaf6dcd202cd83969d8 (diff) | |
download | Shaarli-e26e2060f5470ce8bf4c5973284bae07b8af170a.tar.gz Shaarli-e26e2060f5470ce8bf4c5973284bae07b8af170a.tar.zst Shaarli-e26e2060f5470ce8bf4c5973284bae07b8af170a.zip |
Add and update unit test for the new system (Bookmark + Service)
See #1307
Diffstat (limited to 'tests/utils/config/configJson.json.php')
-rw-r--r-- | tests/utils/config/configJson.json.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/utils/config/configJson.json.php b/tests/utils/config/configJson.json.php index 1549ddfc..b04dc303 100644 --- a/tests/utils/config/configJson.json.php +++ b/tests/utils/config/configJson.json.php | |||
@@ -41,12 +41,12 @@ | |||
41 | "foo": "bar" | 41 | "foo": "bar" |
42 | }, | 42 | }, |
43 | "resource": { | 43 | "resource": { |
44 | "datastore": "tests\/utils\/config\/datastore.php", | 44 | "datastore": "sandbox/datastore.php", |
45 | "data_dir": "sandbox\/", | 45 | "data_dir": "sandbox\/", |
46 | "raintpl_tpl": "tpl\/", | 46 | "raintpl_tpl": "tpl\/", |
47 | "config": "data\/config.php", | 47 | "config": "data\/config.php", |
48 | "ban_file": "data\/ipbans.php", | 48 | "ban_file": "data\/ipbans.php", |
49 | "updates": "data\/updates.txt", | 49 | "updates": "sandbox/updates.txt", |
50 | "log": "data\/log.txt", | 50 | "log": "data\/log.txt", |
51 | "update_check": "data\/lastupdatecheck.txt", | 51 | "update_check": "data\/lastupdatecheck.txt", |
52 | "history": "data\/history.php", | 52 | "history": "data\/history.php", |
@@ -59,7 +59,7 @@ | |||
59 | "WALLABAG_VERSION": 1 | 59 | "WALLABAG_VERSION": 1 |
60 | }, | 60 | }, |
61 | "dev": { | 61 | "dev": { |
62 | "debug": true | 62 | "debug": false |
63 | }, | 63 | }, |
64 | "updates": { | 64 | "updates": { |
65 | "check_updates": false, | 65 | "check_updates": false, |