diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-12 16:25:14 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-25 16:04:58 +0200 |
commit | 391531851cb73d7f6e7f989f481772f09f9f00a6 (patch) | |
tree | 6a7d77006907a5a0d423115cab5a7745d1ea8b2b /apps/user_ldap/tests/User/ManagerTest.php | |
parent | 3690ce1b36cf771f1c36f0dc2576c75c4f513ce3 (diff) | |
download | nextcloud-server-391531851cb73d7f6e7f989f481772f09f9f00a6.tar.gz nextcloud-server-391531851cb73d7f6e7f989f481772f09f9f00a6.zip |
Move interface to PSR-4
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 ); |