diff options
Diffstat (limited to 'apps/user_ldap/tests/User/ManagerTest.php')
-rw-r--r-- | apps/user_ldap/tests/User/ManagerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/User/ManagerTest.php b/apps/user_ldap/tests/User/ManagerTest.php index 6dee5bd5c91..633cd0c876a 100644 --- a/apps/user_ldap/tests/User/ManagerTest.php +++ b/apps/user_ldap/tests/User/ManagerTest.php @@ -47,7 +47,7 @@ class ManagerTest extends \Test\TestCase { $userMgr = $this->getMock('\OCP\IUserManager'); $connection = new \OCA\user_ldap\lib\Connection( - $lw = $this->getMock('\OCA\user_ldap\lib\ILDAPWrapper'), + $lw = $this->getMock('\OCA\User_LDAP\ILDAPWrapper'), '', null ); |