diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-22 11:34:49 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-25 20:05:11 +0100 |
commit | f165ad8864e5bdb213bdeb06d96b66612cee4fef (patch) | |
tree | a2ca41f40852b39fa16c79ca074cd6a1ac617712 /tests/lib/avatarmanagertest.php | |
parent | fe08700b597b8c765716e92569d30524cfef9b84 (diff) | |
download | nextcloud-server-f165ad8864e5bdb213bdeb06d96b66612cee4fef.tar.gz nextcloud-server-f165ad8864e5bdb213bdeb06d96b66612cee4fef.zip |
Changing the avatar of the user emits the changeUser event which triggers update of the system addressbook
Diffstat (limited to 'tests/lib/avatarmanagertest.php')
-rw-r--r-- | tests/lib/avatarmanagertest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/avatarmanagertest.php b/tests/lib/avatarmanagertest.php index 40d07bb49ae..cb9068c46a6 100644 --- a/tests/lib/avatarmanagertest.php +++ b/tests/lib/avatarmanagertest.php @@ -55,7 +55,7 @@ class AvatarManagerTest extends \Test\TestCase { public function testGetAvatarValidUser() { $this->userManager->expects($this->once()) - ->method('userExists') + ->method('get') ->with('validUser') ->willReturn(true); |