Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-10-04 17:35:10 +0300
committerJoas Schilling <coding@schilljs.com>2017-10-05 12:34:03 +0300
commit6292f665d7d10f23cedc71befb2acb2ef467870a (patch)
tree4ddfeb4df9f5f7ce0477660a4334d900ec8ac8fe /tests/data
parent060eac40d868b55733fef0389b487ef64a211a4d (diff)
Allow multiple settings and sections per app
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/app/expected-info.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/app/expected-info.json b/tests/data/app/expected-info.json
index 0666b902f2c..8527f18a2c0 100644
--- a/tests/data/app/expected-info.json
+++ b/tests/data/app/expected-info.json
@@ -81,5 +81,11 @@
"filters": [],
"settings": [],
"providers": []
+ },
+ "settings": {
+ "admin": [],
+ "admin-section": [],
+ "personal": [],
+ "personal-section": []
}
}