summaryrefslogtreecommitdiffstats
path: root/tests/enable_all.php
diff options
context:
space:
mode:
authorFlorin Peter <github@florin-peter.de>2013-04-30 01:35:46 +0200
committerFlorin Peter <github@florin-peter.de>2013-04-30 01:35:46 +0200
commit27ce7845b4205650e50f3777d8b152470440cbe6 (patch)
treefe207f00a7d47c960f35837de40aa8dacfa72115 /tests/enable_all.php
parent882a747b47371ab9d71ba6c336a873873805c696 (diff)
downloadnextcloud-server-27ce7845b4205650e50f3777d8b152470440cbe6.tar.gz
nextcloud-server-27ce7845b4205650e50f3777d8b152470440cbe6.zip
fixed tests, now tests should work via autotest.sh
files_encryption app is now enabled in enable_all.php
Diffstat (limited to 'tests/enable_all.php')
-rw-r--r--tests/enable_all.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/enable_all.php b/tests/enable_all.php
index 44af0115650..111ed0e1357 100644
--- a/tests/enable_all.php
+++ b/tests/enable_all.php
@@ -8,6 +8,7 @@
require_once __DIR__.'/../lib/base.php';
+OC_App::enable('files_encryption');
OC_App::enable('calendar');
OC_App::enable('contacts');
OC_App::enable('apptemplateadvanced');