1
0
şunun yansıması https://github.com/nextcloud/server.git eşitlendi 2024-08-25 06:08:18 +02:00

Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
Bu işleme şunda yer alıyor:
Joas Schilling 2022-07-06 14:27:18 +02:00
ebeveyn 9db8b0adf9
işleme a0f5aebb89
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: C2384F28E6F59A23

Dosyayı Görüntüle

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