From f31b0a615386e4e28aa673b78309e0aac627efb6 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Wed, 15 Jul 2026 23:17:34 +0200 Subject: [PATCH] test: fix wrong mock init for UsersControllerTest Signed-off-by: Daniel Kesselberg --- apps/provisioning_api/tests/Controller/UsersControllerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/provisioning_api/tests/Controller/UsersControllerTest.php b/apps/provisioning_api/tests/Controller/UsersControllerTest.php index bdbd4c6e09bfd..2faf71159eb3d 100644 --- a/apps/provisioning_api/tests/Controller/UsersControllerTest.php +++ b/apps/provisioning_api/tests/Controller/UsersControllerTest.php @@ -270,7 +270,6 @@ public function testGetUsersDetailsReturnsEmptyGroupsList(): void { $this->eventDispatcher, $this->phoneNumberUtil, $this->appManager, - $this->appConfig, $this->groupDisplayNameCache, ]) ->onlyMethods(['getUserData'])