From cdc7e4b98d286f1d2fa07b415a1a9fccdb6acec1 Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Thu, 23 May 2019 12:19:40 +0545 Subject: [PATCH] do not disable encryption app after test run --- tests/unit/Command/FixEncryptedVersionTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/Command/FixEncryptedVersionTest.php b/tests/unit/Command/FixEncryptedVersionTest.php index 29512034..db61c8c0 100644 --- a/tests/unit/Command/FixEncryptedVersionTest.php +++ b/tests/unit/Command/FixEncryptedVersionTest.php @@ -84,7 +84,6 @@ public static function tearDownAfterClass() { if ($user !== null) { $user->delete(); } - \OC_App::disable('encryption'); \OC::$server->getConfig()->deleteAppValue('core', 'encryption_enabled'); \OC::$server->getConfig()->deleteAppValue('core', 'default_encryption_module'); \OC::$server->getConfig()->deleteAppValues('encryption');