diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-06-09 16:05:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-09 16:05:36 +0200 |
commit | ee1b9d8762a9dce46d57e42e48ab39580e981971 (patch) | |
tree | b050d7fd0a23264ac104da3b6502d309b5fb86d5 /apps/user_ldap/tests/Integration/Lib/IntegrationTestAttributeDetection.php | |
parent | 1286e9716bb4d79796ffe1372c0d62ad10284f6d (diff) | |
parent | a619d349bf4eceaad73973278c42afadc3bf9a58 (diff) | |
download | nextcloud-server-ee1b9d8762a9dce46d57e42e48ab39580e981971.tar.gz nextcloud-server-ee1b9d8762a9dce46d57e42e48ab39580e981971.zip |
Merge pull request #5122 from nextcloud/fix-ldap-integration-tests
Fix ldap integration tests
Diffstat (limited to 'apps/user_ldap/tests/Integration/Lib/IntegrationTestAttributeDetection.php')
-rw-r--r-- | apps/user_ldap/tests/Integration/Lib/IntegrationTestAttributeDetection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/Integration/Lib/IntegrationTestAttributeDetection.php b/apps/user_ldap/tests/Integration/Lib/IntegrationTestAttributeDetection.php index 55b2eabedc2..be35556111f 100644 --- a/apps/user_ldap/tests/Integration/Lib/IntegrationTestAttributeDetection.php +++ b/apps/user_ldap/tests/Integration/Lib/IntegrationTestAttributeDetection.php @@ -49,7 +49,7 @@ class IntegrationTestAttributeDetection extends AbstractIntegrationTest { $groupMapper->clear(); $this->access->setGroupMapper($groupMapper); - $userBackend = new User_LDAP($this->access, \OC::$server->getConfig()); + $userBackend = new User_LDAP($this->access, \OC::$server->getConfig(), \OC::$server->getNotificationManager()); $userManager = \OC::$server->getUserManager(); $userManager->clearBackends(); $userManager->registerBackend($userBackend); |