summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/integration/lib/integrationtestconnect.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/tests/integration/lib/integrationtestconnect.php')
-rw-r--r--apps/user_ldap/tests/integration/lib/integrationtestconnect.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/tests/integration/lib/integrationtestconnect.php b/apps/user_ldap/tests/integration/lib/integrationtestconnect.php
index ad4d0a3da7e..b333552955a 100644
--- a/apps/user_ldap/tests/integration/lib/integrationtestconnect.php
+++ b/apps/user_ldap/tests/integration/lib/integrationtestconnect.php
@@ -24,7 +24,7 @@ namespace OCA\user_ldap\tests\integration\lib;
use OCA\user_ldap\lib\user\Manager as LDAPUserManager;
use OCA\user_ldap\tests\integration\AbstractIntegrationTest;
use OCA\User_LDAP\Mapping\UserMapping;
-use OCA\user_ldap\USER_LDAP;
+use OCA\User_LDAP\User_LDAP;
require_once __DIR__ . '/../../../../../lib/base.php';
@@ -32,7 +32,7 @@ class IntegrationConnect extends AbstractIntegrationTest {
/** @var UserMapping */
protected $mapping;
- /** @var USER_LDAP */
+ /** @var User_LDAP */
protected $backend;
/** @var string */