mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
9db8b0adf9
commit
a0f5aebb89
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