aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php')
-rw-r--r--tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php b/tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php
index dfb26207332e..92794d46d5be 100644
--- a/tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php
+++ b/tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php
@@ -130,7 +130,8 @@ class AbstractPasswordPrimaryAuthenticationProviderTest extends \MediaWikiIntegr
$services->getObjectFactory(),
$services->getPermissionManager(),
$services->getHookContainer(),
- $services->getReadOnlyMode()
+ $services->getReadOnlyMode(),
+ $services->getUserNameUtils()
);
$provider = $this->getMockForAbstractClass(