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
path: root/tests
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2017-10-03 15:56:41 +0300
committerJulius Härtl <jus@bitgrid.net>2017-10-10 13:34:37 +0300
commit8d1b32e59788633dc6ab77e736a72f00625a389d (patch)
tree5bd0a1d386863d15c9b84e654580e8515e5739d4 /tests
parent968d4f6396e30321a4f05f867edd581ba50c9e81 (diff)
App management: add update section
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/Settings/Controller/AppSettingsControllerTest.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Settings/Controller/AppSettingsControllerTest.php b/tests/Settings/Controller/AppSettingsControllerTest.php
index 9633c771596..e264d0dfbfe 100644
--- a/tests/Settings/Controller/AppSettingsControllerTest.php
+++ b/tests/Settings/Controller/AppSettingsControllerTest.php
@@ -102,6 +102,12 @@ class AppSettingsControllerTest extends TestCase {
'displayName' => 'Your apps',
],
[
+ 'id' => 4,
+ 'ident' => 'updates',
+ 'displayName' => 'Updates',
+ 'counter' => 0,
+ ],
+ [
'id' => 0,
'ident' => 'enabled',
'displayName' => 'Enabled apps',