X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fauth%2FLegacyHookPreAuthenticationProviderTest.php;h=a4b980f04b92d3b880f699644813ff60fbcd5c9b;hb=181dc242ea9c1b492d4e4b25f2f664f5a8fef737;hp=3b0019499da11218b06df24a378c95d5a51c0167;hpb=3b24efab270e0f8d768ee3d390e25ae5259da431;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/auth/LegacyHookPreAuthenticationProviderTest.php b/tests/phpunit/includes/auth/LegacyHookPreAuthenticationProviderTest.php index 3b0019499d..a4b980f04b 100644 --- a/tests/phpunit/includes/auth/LegacyHookPreAuthenticationProviderTest.php +++ b/tests/phpunit/includes/auth/LegacyHookPreAuthenticationProviderTest.php @@ -282,7 +282,7 @@ class LegacyHookPreAuthenticationProviderTest extends \MediaWikiTestCase { * @dataProvider provideTestForAccountCreation * @param string $msg * @param Status|null $status - * @param StatusValue Result + * @param StatusValue $result Result */ public function testTestForAccountCreation( $msg, $status, $result ) { $this->hook( 'AbortNewAccount', $this->once() )