aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/auth/ResetPasswordSecondaryAuthenticationProviderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/auth/ResetPasswordSecondaryAuthenticationProviderTest.php')
-rw-r--r--tests/phpunit/includes/auth/ResetPasswordSecondaryAuthenticationProviderTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/phpunit/includes/auth/ResetPasswordSecondaryAuthenticationProviderTest.php b/tests/phpunit/includes/auth/ResetPasswordSecondaryAuthenticationProviderTest.php
index 663f48eb9901..05d58caeff9c 100644
--- a/tests/phpunit/includes/auth/ResetPasswordSecondaryAuthenticationProviderTest.php
+++ b/tests/phpunit/includes/auth/ResetPasswordSecondaryAuthenticationProviderTest.php
@@ -103,7 +103,8 @@ class ResetPasswordSecondaryAuthenticationProviderTest extends \MediaWikiIntegra
$mwServices->getReadOnlyMode(),
$userNameUtils,
$mwServices->getBlockManager(),
- $mwServices->getBlockErrorFormatter()
+ $mwServices->getBlockErrorFormatter(),
+ $mwServices->getWatchlistManager()
);
$provider->setManager( $manager );
$provider = TestingAccessWrapper::newFromObject( $provider );