mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
test: Adjust tests to match code again
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
dd91b8e3db
commit
004eb61716
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class RequestHandlerControllerTest extends TestCase {
|
|||
$user = $this->createMock(IUser::class);
|
||||
$user->method('getUID')
|
||||
->willReturn($userId);
|
||||
$user->method('getPrimaryEMailAddress')
|
||||
$user->method('getEMailAddress')
|
||||
->willReturn('email');
|
||||
$user->method('getDisplayName')
|
||||
->willReturn('displayName');
|
||||
|
|
|
|||
Loading…
Reference in a new issue