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:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-09-30 11:09:52 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-10-11 20:48:26 +0300
commitc5ca71ee8289886c5892880679b200755fdc6dcc (patch)
tree040b66c0ea15d3c95000613fb14374f5fa5ffd5b /tests/data
parent675230f86d74325d41cec4df59578919241934ce (diff)
[9.2] Register commands in info.xml (#26248)
* Use DI to load console commands from the apps - class name to be defined in the info.xml * Load commands from info.xml * Fix unit test * Allow Di magic for IMountManager Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/app/expected-info.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/app/expected-info.json b/tests/data/app/expected-info.json
index 6ddd3ae8568..fb596f296da 100644
--- a/tests/data/app/expected-info.json
+++ b/tests/data/app/expected-info.json
@@ -76,5 +76,6 @@
"uninstall": []
},
"background-jobs": [],
- "two-factor-providers": []
+ "two-factor-providers": [],
+ "commands": []
}