summaryrefslogtreecommitdiffstats
path: root/tests/Settings/ApplicationTest.php
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2018-03-01 15:23:17 +0100
committerBjoern Schiessle <bjoern@schiessle.org>2018-03-02 10:09:52 +0100
commit8042e6b8fb0f0b4d3dd2c291729144f767575c56 (patch)
tree7fbf72c70dbf1c2173032a940167d6da00caef16 /tests/Settings/ApplicationTest.php
parent0f3ba9444e8b683ba89e100b6a43cab70b3788b9 (diff)
downloadnextcloud-server-8042e6b8fb0f0b4d3dd2c291729144f767575c56.tar.gz
nextcloud-server-8042e6b8fb0f0b4d3dd2c291729144f767575c56.zip
this was a migration step to ownCloud 8.0 to restructure the encryption folder which is no longer needed
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'tests/Settings/ApplicationTest.php')
-rw-r--r--tests/Settings/ApplicationTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Settings/ApplicationTest.php b/tests/Settings/ApplicationTest.php
index 32ec4c2273c..8346f668d9d 100644
--- a/tests/Settings/ApplicationTest.php
+++ b/tests/Settings/ApplicationTest.php
@@ -30,7 +30,6 @@ use OC\Settings\Controller\AppSettingsController;
use OC\Settings\Controller\AuthSettingsController;
use OC\Settings\Controller\CertificateController;
use OC\Settings\Controller\CheckSetupController;
-use OC\Settings\Controller\EncryptionController;
use OC\Settings\Controller\GroupsController;
use OC\Settings\Controller\LogSettingsController;
use OC\Settings\Controller\MailSettingsController;
@@ -74,7 +73,6 @@ class ApplicationTest extends TestCase {
[AuthSettingsController::class, Controller::class],
// Needs session: [CertificateController::class, Controller::class],
[CheckSetupController::class, Controller::class],
- [EncryptionController::class, Controller::class],
[GroupsController::class, Controller::class],
[LogSettingsController::class, Controller::class],
[MailSettingsController::class, Controller::class],