diff options
author | Robin Appelman <robin@icewind.nl> | 2016-11-21 14:14:20 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-11-21 15:59:08 +0100 |
commit | 0048b3aa2e70b2e9d2f1fbb6adb82af31b13f95a (patch) | |
tree | 619e52b1dd2975619a64a021dc57c626223650d3 /tests/lib/Settings/ManagerTest.php | |
parent | c694bd34551affce44418541a3d1121c0dd04f2c (diff) | |
download | nextcloud-server-0048b3aa2e70b2e9d2f1fbb6adb82af31b13f95a.tar.gz nextcloud-server-0048b3aa2e70b2e9d2f1fbb6adb82af31b13f95a.zip |
update tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests/lib/Settings/ManagerTest.php')
-rw-r--r-- | tests/lib/Settings/ManagerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/Settings/ManagerTest.php b/tests/lib/Settings/ManagerTest.php index 942a2bb63e7..150609499ad 100644 --- a/tests/lib/Settings/ManagerTest.php +++ b/tests/lib/Settings/ManagerTest.php @@ -177,7 +177,6 @@ class ManagerTest extends TestCase { 0 => [new Section('server', 'Server settings', 0)], 5 => [new Section('sharing', 'Sharing', 0)], 45 => [new Section('encryption', 'Encryption', 0)], - 90 => [new Section('logging', 'Logging', 0)], 98 => [new Section('additional', 'Additional settings', 0)], 99 => [new Section('tips-tricks', 'Tips & tricks', 0)], ], $this->manager->getAdminSections()); |