summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/access.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-01-19 15:48:38 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-01-20 15:21:33 +0100
commit77069f5582ad42207ee9a9620cba5720390d9e79 (patch)
treebf1ac115fd972c6d061a2f50df903491c02f97e8 /apps/user_ldap/tests/access.php
parent51b50bd26049eed0d4335ae5f5282f53df0189a1 (diff)
downloadnextcloud-server-77069f5582ad42207ee9a9620cba5720390d9e79.tar.gz
nextcloud-server-77069f5582ad42207ee9a9620cba5720390d9e79.zip
Use IUser::setEMailAddress in ldap as well
Diffstat (limited to 'apps/user_ldap/tests/access.php')
-rw-r--r--apps/user_ldap/tests/access.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/access.php b/apps/user_ldap/tests/access.php
index d9a3919dfcd..6d35adf1694 100644
--- a/apps/user_ldap/tests/access.php
+++ b/apps/user_ldap/tests/access.php
@@ -58,7 +58,8 @@ class Test_Access extends \Test\TestCase {
$this->getMock('\OCA\user_ldap\lib\LogWrapper'),
$this->getMock('\OCP\IAvatarManager'),
$this->getMock('\OCP\Image'),
- $this->getMock('\OCP\IDBConnection')));
+ $this->getMock('\OCP\IDBConnection'),
+ $this->getMock('\OCP\IUserManager')));
return array($lw, $connector, $um);
}