From 19c781b681e22b4ccd1a6ced1ea71f66e053bdf0 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Fri, 15 Dec 2023 23:31:12 +0100 Subject: [PATCH] tests: Pass HideUserUtils to LocalIdLookup Follow-Up: I408acf7a57b0100fe18c455fc13141277a598925 Change-Id: I4f0190b416873a2aae0c579750b4999ba91baa17 --- tests/phpunit/LoginNotifyTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/phpunit/LoginNotifyTest.php b/tests/phpunit/LoginNotifyTest.php index 5b321ad..67b8224 100644 --- a/tests/phpunit/LoginNotifyTest.php +++ b/tests/phpunit/LoginNotifyTest.php @@ -60,7 +60,8 @@ class LoginNotifyTest extends MediaWikiIntegrationTestCase { 'SharedTables' => [], 'LocalDatabases' => [] ] ), - $services->getDBLoadBalancerFactory() + $services->getDBLoadBalancerFactory(), + $services->getHideUserUtils() ), $services->getAuthManager() )