diff options
Diffstat (limited to 'tests/utils')
-rw-r--r-- | tests/utils/config/configInvalid.json.php | 1 | ||||
-rw-r--r-- | tests/utils/config/configJson.json.php | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/utils/config/configInvalid.json.php b/tests/utils/config/configInvalid.json.php index c53e471d..167f2168 100644 --- a/tests/utils/config/configInvalid.json.php +++ b/tests/utils/config/configInvalid.json.php | |||
@@ -2,3 +2,4 @@ | |||
2 | { | 2 | { |
3 | bad: bad, | 3 | bad: bad, |
4 | } | 4 | } |
5 | */ ?> \ No newline at end of file | ||
diff --git a/tests/utils/config/configJson.json.php b/tests/utils/config/configJson.json.php index c54882c3..06a302e8 100644 --- a/tests/utils/config/configJson.json.php +++ b/tests/utils/config/configJson.json.php | |||
@@ -30,3 +30,5 @@ | |||
30 | "WALLABAG_VERSION": 1 | 30 | "WALLABAG_VERSION": 1 |
31 | } | 31 | } |
32 | } | 32 | } |
33 | */ ?> | ||
34 | |||