diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2020-04-08 20:19:49 +0200 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2020-10-15 20:11:23 +0200 |
commit | 8d71235c20d812d204b32fbfb2c43b4af594885c (patch) | |
tree | 2d3594f0811e4e6bf93a77821130845c3a8f2524 /tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php | |
parent | b6326b8a7d264d17ce4af4cf2672afbd05a4508f (diff) | |
download | mediawikicore-8d71235c20d812d204b32fbfb2c43b4af594885c.tar.gz mediawikicore-8d71235c20d812d204b32fbfb2c43b4af594885c.zip |
Use UserNameUtils in AuthManager
Bug: T141495
Change-Id: I1c1cb5bf9807ee18e3cc4be84f8a3d6a52959add
Diffstat (limited to 'tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php')
-rw-r--r-- | tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php | 3 |
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( |