diff options
Diffstat (limited to 'tests/utils')
-rw-r--r-- | tests/utils/config/configJson.json.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/utils/config/configJson.json.php b/tests/utils/config/configJson.json.php index 061d4c28..a656b67c 100644 --- a/tests/utils/config/configJson.json.php +++ b/tests/utils/config/configJson.json.php | |||
@@ -61,11 +61,6 @@ | |||
61 | "dev": { | 61 | "dev": { |
62 | "debug": true | 62 | "debug": true |
63 | }, | 63 | }, |
64 | "thumbnails": { | ||
65 | "enabled": true, | ||
66 | "width": 125, | ||
67 | "height": 90 | ||
68 | }, | ||
69 | "updates": { | 64 | "updates": { |
70 | "check_updates": false, | 65 | "check_updates": false, |
71 | "check_updates_branch": "stable", | 66 | "check_updates_branch": "stable", |
@@ -79,6 +74,11 @@ | |||
79 | "language": "auto", | 74 | "language": "auto", |
80 | "mode": "php", | 75 | "mode": "php", |
81 | "extensions": [] | 76 | "extensions": [] |
77 | }, | ||
78 | "thumbnails": { | ||
79 | "enabled": true, | ||
80 | "width": 90, | ||
81 | "height": 53 | ||
82 | } | 82 | } |
83 | } | 83 | } |
84 | */ ?> \ No newline at end of file | 84 | */ ?> |