From 355ec7fb1283ef1a40d6e9070b94ebb80dde95a6 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 1c7f71a12ac4d..fabbe1eddfdf0 100644 --- a/apps/provisioning_api/tests/Controller/UsersControllerTest.php +++ b/apps/provisioning_api/tests/Controller/UsersControllerTest.php @@ -4193,6 +4193,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(