summaryrefslogtreecommitdiffstats
path: root/tests/enable_all.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-12-24 22:21:50 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2013-12-24 22:21:50 +0100
commitdcded92c3ed7851174972595d884fe2872258b8a (patch)
tree4470d02e51ac63e26ec90d16a95af718847d3825 /tests/enable_all.php
parent6523960de91ec4dc0f69b3cd30a4fee323417f18 (diff)
downloadnextcloud-server-dcded92c3ed7851174972595d884fe2872258b8a.tar.gz
nextcloud-server-dcded92c3ed7851174972595d884fe2872258b8a.zip
enable ldap tests
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 43ee16a72f8..4f2fe5cdb60 100644
--- a/tests/enable_all.php
+++ b/tests/enable_all.php
@@ -10,6 +10,7 @@ require_once __DIR__.'/../lib/base.php';
OC_App::enable('files_sharing');
OC_App::enable('files_encryption');
+OC_App::enable('user_ldap');
OC_App::enable('calendar');
OC_App::enable('contacts');
OC_App::enable('apptemplateadvanced');