summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php')
-rw-r--r--apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php b/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php
index fd53838df19..4b220ff036e 100644
--- a/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php
+++ b/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php
@@ -40,7 +40,7 @@ class IntegrationTestUserAvatar extends AbstractIntegrationTest {
$this->mapping = new UserMapping(\OC::$server->getDatabaseConnection());
$this->mapping->clear();
$this->access->setUserMapper($this->mapping);
- $userBackend = new OCA\user_ldap\USER_LDAP($this->access, \OC::$server->getConfig());
+ $userBackend = new OCA\User_LDAP\User_LDAP($this->access, \OC::$server->getConfig());
\OC_User::useBackend($userBackend);
}