mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #6565 from owncloud/enable-ldap-unit-tests-master-2
enable ldap tests
This commit is contained in:
commit
a7d0ab96c1
1 changed files with 1 additions and 0 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue