From c3edcfc7306ad9949fa5d02b280b5e945602aa5d Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Fri, 6 Oct 2023 00:39:08 -0700 Subject: [PATCH] All ncessary changes made Signed-off-by: Ronak Patel --- apps/provisioning_api/tests/Controller/UsersControllerTest.php | 1 + 1 file changed, 1 insertion(+) 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(