mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
9bd1935d60
commit
6e628c2097
1 changed files with 2 additions and 1 deletions
|
|
@ -1486,7 +1486,8 @@ class UsersControllerTest extends TestCase {
|
|||
$targetUser
|
||||
->expects($this->once())
|
||||
->method('setDisplayName')
|
||||
->with('NewDisplayName');
|
||||
->with('NewDisplayName')
|
||||
->willReturn(true);
|
||||
$targetUser
|
||||
->expects($this->any())
|
||||
->method('getUID')
|
||||
|
|
|
|||
Loading…
Reference in a new issue