From: Björn Schießle Date: Fri, 24 May 2013 12:59:12 +0000 (+0200) Subject: enable files_encryption for testing X-Git-Tag: v5.0.7~46^2~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c6dc7993b6a8e9d128ec6196a1b6297b402b690f;p=nextcloud-server.git enable files_encryption for testing --- diff --git a/tests/enable_all.php b/tests/enable_all.php index 44af0115650..d255b63a8de 100644 --- a/tests/enable_all.php +++ b/tests/enable_all.php @@ -12,6 +12,7 @@ OC_App::enable('calendar'); OC_App::enable('contacts'); OC_App::enable('apptemplateadvanced'); OC_App::enable('appframework'); +OC_App::enable('files_encryption'); #OC_App::enable('files_archive'); #OC_App::enable('mozilla_sync'); #OC_App::enable('news');