Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-07-06 14:27:18 +02:00
parent 9db8b0adf9
commit a0f5aebb89
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: C2384F28E6F59A23

Vedi File

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