X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fpassword%2FBcryptPasswordTest.php;h=4d5c78ac58c71c8d3a3c744fbc6f6814b0283f1f;hb=088a8bd2b4767e90bd6136bb07ec31cb982c81ca;hp=b4d5f99691d5733aeaadd45c713cd2850e524540;hpb=227204c69b59dda16c6011002f8f3db7a874ded1;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/password/BcryptPasswordTest.php b/tests/phpunit/includes/password/BcryptPasswordTest.php index b4d5f99691..4d5c78ac58 100644 --- a/tests/phpunit/includes/password/BcryptPasswordTest.php +++ b/tests/phpunit/includes/password/BcryptPasswordTest.php @@ -3,7 +3,7 @@ /** * @group large */ -class BcryptPasswordTestCase extends MediaWikiPasswordTestCase { +class BcryptPasswordTestCase extends PasswordTestCase { protected function getTypeConfigs() { return array( 'bcrypt' => array( 'class' => 'BcryptPassword',