diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-05-03 18:10:22 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-05-16 09:50:23 +0200 |
commit | 720ef48d9283b53356cfadfb56adda13bfa96e64 (patch) | |
tree | 1c7287408bae542b6c593d4002805758cae4d7f9 /tests | |
parent | ae8ea577937326adbb9d73282f0481f2d4ee8d58 (diff) | |
download | nextcloud-server-720ef48d9283b53356cfadfb56adda13bfa96e64.tar.gz nextcloud-server-720ef48d9283b53356cfadfb56adda13bfa96e64.zip |
Fix Applicationtest
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Settings/ApplicationTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Settings/ApplicationTest.php b/tests/Settings/ApplicationTest.php index 31391a8fac6..eab7d5bd8cf 100644 --- a/tests/Settings/ApplicationTest.php +++ b/tests/Settings/ApplicationTest.php @@ -72,7 +72,6 @@ class ApplicationTest extends TestCase { [AuthSettingsController::class, Controller::class], // Needs session: [CertificateController::class, Controller::class], [CheckSetupController::class, Controller::class], - [GroupsController::class, Controller::class], [LogSettingsController::class, Controller::class], [MailSettingsController::class, Controller::class], [UsersController::class, Controller::class], |