diff --git a/apps/provisioning_api/tests/Controller/UsersControllerTest.php b/apps/provisioning_api/tests/Controller/UsersControllerTest.php index 409e3a74116e4..d8866477eb1f6 100644 --- a/apps/provisioning_api/tests/Controller/UsersControllerTest.php +++ b/apps/provisioning_api/tests/Controller/UsersControllerTest.php @@ -4184,6 +4184,7 @@ public function testGetEditableFields(bool $allowedToChangeDisplayName,bool $all $this->equalTo('allow_user_to_change_display_name'), $this->anything() )->willReturn($allowedToChangeDisplayName); + $this->config ->method('getSystemValue') ->with(