diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-12 16:16:06 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-25 16:04:57 +0200 |
commit | 6feccccbd5d16fee3ffc94ba73f1baeae4956655 (patch) | |
tree | d88ee2eb010b7022ca1a95ff8f45233fdba60720 /apps/user_ldap/tests/User_LDAPTest.php | |
parent | e73d811425d35977d5c6c1fcf1be8ab3f512ad89 (diff) | |
download | nextcloud-server-6feccccbd5d16fee3ffc94ba73f1baeae4956655.tar.gz nextcloud-server-6feccccbd5d16fee3ffc94ba73f1baeae4956655.zip |
Move LogWrapper to PSR-4
Diffstat (limited to 'apps/user_ldap/tests/User_LDAPTest.php')
-rw-r--r-- | apps/user_ldap/tests/User_LDAPTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/User_LDAPTest.php b/apps/user_ldap/tests/User_LDAPTest.php index fb36ee94e27..d67dafb90eb 100644 --- a/apps/user_ldap/tests/User_LDAPTest.php +++ b/apps/user_ldap/tests/User_LDAPTest.php @@ -81,7 +81,7 @@ class User_LDAPTest extends \Test\TestCase { ->setConstructorArgs([ $this->configMock, $this->getMock('\OCA\user_ldap\lib\FilesystemHelper'), - $this->getMock('\OCA\user_ldap\lib\LogWrapper'), + $this->getMock('\OCA\User_LDAP\LogWrapper'), $this->getMock('\OCP\IAvatarManager'), $this->getMock('\OCP\Image'), $this->getMock('\OCP\IDBConnection'), |