]> source.dussan.org Git - nextcloud-server.git/commitdiff
added files_encryption tests at first position
authorFlorin Peter <github@florin-peter.de>
Fri, 24 May 2013 18:04:51 +0000 (20:04 +0200)
committerFlorin Peter <github@florin-peter.de>
Fri, 24 May 2013 18:04:51 +0000 (20:04 +0200)
tests/enable_all.php

index d255b63a8de15be35e95d0e0a7d390f5086017ec..111ed0e13572770ecbd170cf67bb498c973d4b33 100644 (file)
@@ -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');