From: Florin Peter Date: Fri, 24 May 2013 18:04:51 +0000 (+0200) Subject: added files_encryption tests at first position X-Git-Tag: v5.0.7~46^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f164f43590091d75cbea2c3d46601124eca573d1;p=nextcloud-server.git added files_encryption tests at first position --- diff --git a/tests/enable_all.php b/tests/enable_all.php index d255b63a8de..111ed0e1357 100644 --- a/tests/enable_all.php +++ b/tests/enable_all.php @@ -8,11 +8,11 @@ require_once __DIR__.'/../lib/base.php'; +OC_App::enable('files_encryption'); 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');