summaryrefslogtreecommitdiffstats
path: root/tests/enable_all.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-05-24 02:21:19 -0700
committerThomas Müller <thomas.mueller@tmit.eu>2013-05-24 02:21:19 -0700
commit4911305887840e21452b77f594cdf7e14ed967bf (patch)
tree7e7fd7e90cb76b8159828303150b2c6b6ee56541 /tests/enable_all.php
parent3fbfe3c06a46f442c588daf037c997da658d3526 (diff)
parent6c8de5ae6d11886d498e810808484a2bdfeaef12 (diff)
downloadnextcloud-server-4911305887840e21452b77f594cdf7e14ed967bf.tar.gz
nextcloud-server-4911305887840e21452b77f594cdf7e14ed967bf.zip
Merge pull request #3416 from owncloud/files_encryption
New files encryption app
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');