Fix failing AvatarTest

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2017-12-19 18:49:03 +01:00
parent 325637f4f3
commit 0ff3c81fc1
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -210,7 +210,7 @@ class AvatarTest extends \Test\TestCase {
->method('putContent')
->with($image->data());
$this->config->expects($this->once())
$this->config->expects($this->exactly(3))
->method('setUserValue');
$this->config->expects($this->once())
->method('getUserValue');