Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
このコミットが含まれているのは:
Joas Schilling 2022-07-06 14:27:18 +02:00
コミット a0f5aebb89
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: C2384F28E6F59A23

ファイルの表示

@ -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')