diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-01-09 10:47:02 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-01-09 10:47:02 +0100 |
commit | a5099b01f93ec81602c8facba04233c7bc65ed47 (patch) | |
tree | fb2ac4d03d0210848c0c22a241ad956b7bf54c8d /apps/user_ldap/tests/access.php | |
parent | b4606ec24f507ff6ad6f720d3c4f026221a163d7 (diff) | |
parent | c1a79d24c54d3c1d6ecb2c65540f9b52a3d6dc31 (diff) | |
download | nextcloud-server-a5099b01f93ec81602c8facba04233c7bc65ed47.tar.gz nextcloud-server-a5099b01f93ec81602c8facba04233c7bc65ed47.zip |
Merge pull request #12984 from owncloud/ldap-user-cleanup-master
Ldap user cleanup master
Diffstat (limited to 'apps/user_ldap/tests/access.php')
-rw-r--r-- | apps/user_ldap/tests/access.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/access.php b/apps/user_ldap/tests/access.php index 85849229152..5c502f288eb 100644 --- a/apps/user_ldap/tests/access.php +++ b/apps/user_ldap/tests/access.php @@ -47,7 +47,8 @@ class Test_Access extends \Test\TestCase { $this->getMock('\OCA\user_ldap\lib\FilesystemHelper'), $this->getMock('\OCA\user_ldap\lib\LogWrapper'), $this->getMock('\OCP\IAvatarManager'), - $this->getMock('\OCP\Image'))); + $this->getMock('\OCP\Image'), + $this->getMock('\OCP\IDBConnection'))); return array($lw, $connector, $um); } |