summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-01-07 22:27:47 -0800
committerThomas Müller <thomas.mueller@tmit.eu>2014-01-07 22:27:47 -0800
commita7d0ab96c100a5a94b36bf7b311df02e1606a1d2 (patch)
treee501d1d0663a39401d21c67a91e4ce594aa1c864 /tests
parentb6474506ebde78ef563d0d0c431d8ad02e7f125c (diff)
parentdcded92c3ed7851174972595d884fe2872258b8a (diff)
downloadnextcloud-server-a7d0ab96c100a5a94b36bf7b311df02e1606a1d2.tar.gz
nextcloud-server-a7d0ab96c100a5a94b36bf7b311df02e1606a1d2.zip
Merge pull request #6565 from owncloud/enable-ldap-unit-tests-master-2
enable ldap tests
Diffstat (limited to 'tests')
-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');