diff options
Diffstat (limited to 'tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.php')
-rw-r--r-- | tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.php b/tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.php index 165f476e0d1f..d061f2839e96 100644 --- a/tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.php +++ b/tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.php @@ -54,7 +54,8 @@ class TemporaryPasswordPrimaryAuthenticationProviderTest extends \MediaWikiInteg $mwServices->getReadOnlyMode(), $userNameUtils, $mwServices->getBlockManager(), - $mwServices->getBlockErrorFormatter() + $mwServices->getBlockErrorFormatter(), + $mwServices->getWatchlistManager() ); } $this->validity = \Status::newGood(); |