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

Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
Cette révision appartient à :
Joas Schilling 2022-07-06 14:27:18 +02:00
Parent 9db8b0adf9
révision a0f5aebb89
Signature inconnue de Gitea
ID de la clé GPG: C2384F28E6F59A23

Voir le fichier

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