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:
Diffstat (limited to 'tests/lib/App/AppManagerTest.php')
-rw-r--r--tests/lib/App/AppManagerTest.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/lib/App/AppManagerTest.php b/tests/lib/App/AppManagerTest.php
index 371c2373f81..0e3410b8f20 100644
--- a/tests/lib/App/AppManagerTest.php
+++ b/tests/lib/App/AppManagerTest.php
@@ -385,6 +385,7 @@ class AppManagerTest extends TestCase {
'lookup_server_connector',
'oauth2',
'provisioning_api',
+ 'settings',
'test1',
'test3',
'twofactor_backupcodes',
@@ -412,6 +413,7 @@ class AppManagerTest extends TestCase {
'lookup_server_connector',
'oauth2',
'provisioning_api',
+ 'settings',
'test1',
'test3',
'twofactor_backupcodes',
@@ -439,6 +441,7 @@ class AppManagerTest extends TestCase {
'test3' => ['id' => 'test3', 'version' => '1.2.4', 'requiremin' => '9.0.0'],
'test4' => ['id' => 'test4', 'version' => '3.0.0', 'requiremin' => '8.1.0'],
'testnoversion' => ['id' => 'testnoversion', 'requiremin' => '8.2.0'],
+ 'settings' => ['id' => 'settings'],
'twofactor_backupcodes' => ['id' => 'twofactor_backupcodes'],
'workflowengine' => ['id' => 'workflowengine'],
'oauth2' => ['id' => 'oauth2'],
@@ -485,6 +488,7 @@ class AppManagerTest extends TestCase {
'test1' => ['id' => 'test1', 'version' => '1.0.1', 'requiremax' => '8.0.0'],
'test2' => ['id' => 'test2', 'version' => '1.0.0', 'requiremin' => '8.2.0'],
'test3' => ['id' => 'test3', 'version' => '1.2.4', 'requiremin' => '9.0.0'],
+ 'settings' => ['id' => 'settings'],
'testnoversion' => ['id' => 'testnoversion', 'requiremin' => '8.2.0'],
'twofactor_backupcodes' => ['id' => 'twofactor_backupcodes'],
'workflowengine' => ['id' => 'workflowengine'],
@@ -528,6 +532,7 @@ class AppManagerTest extends TestCase {
'lookup_server_connector',
'oauth2',
'provisioning_api',
+ 'settings',
'test1',
'test3',
'twofactor_backupcodes',