diff options
Diffstat (limited to 'apps/user_ldap/tests/integration')
-rw-r--r-- | apps/user_ldap/tests/integration/abstractintegrationtest.php | 2 | ||||
-rw-r--r-- | apps/user_ldap/tests/integration/exceptionOnLostConnection.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/user_ldap/tests/integration/abstractintegrationtest.php b/apps/user_ldap/tests/integration/abstractintegrationtest.php index ff9bc9b46e7..73b4d6667d7 100644 --- a/apps/user_ldap/tests/integration/abstractintegrationtest.php +++ b/apps/user_ldap/tests/integration/abstractintegrationtest.php @@ -23,7 +23,7 @@ namespace OCA\user_ldap\tests\integration; use OCA\user_ldap\lib\Access; use OCA\user_ldap\lib\Connection; -use OCA\user_ldap\lib\LDAP; +use OCA\User_LDAP\LDAP; use OCA\User_LDAP\User\Manager; abstract class AbstractIntegrationTest { diff --git a/apps/user_ldap/tests/integration/exceptionOnLostConnection.php b/apps/user_ldap/tests/integration/exceptionOnLostConnection.php index 4813bd9ff5e..007c1116d05 100644 --- a/apps/user_ldap/tests/integration/exceptionOnLostConnection.php +++ b/apps/user_ldap/tests/integration/exceptionOnLostConnection.php @@ -20,7 +20,7 @@ */ use OC\ServerNotAvailableException; -use OCA\user_ldap\lib\LDAP; +use OCA\User_LDAP\LDAP; /** * Class ExceptionOnLostConnection @@ -51,7 +51,7 @@ class ExceptionOnLostConnection { /** @var string */ private $ldapHost; - /** @var OCA\user_ldap\lib\LDAP */ + /** @var \OCA\User_LDAP\LDAP */ private $ldap; /** @var bool */ |