Fix failing AvatarTest
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
325637f4f3
commit
0ff3c81fc1
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue