1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 2024-08-24 17:55:37 +02:00

Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
Esse commit está contido em:
Joas Schilling 2022-07-06 14:27:18 +02:00
commit a0f5aebb89
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: C2384F28E6F59A23

Ver arquivo

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