X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fpassword%2FMWOldPasswordTest.php;h=50100826f1dc02243f6a5d0630f4a00797b2eef6;hp=51e739cae772c0c87ae6ceb67418cd62fcadf927;hb=6b3e5511fb848890f174690885e748b90389c0b8;hpb=237d3271fd313ebe09858a5c442a91216a7b61cf diff --git a/tests/phpunit/includes/password/MWOldPasswordTest.php b/tests/phpunit/includes/password/MWOldPasswordTest.php index 51e739cae7..50100826f1 100644 --- a/tests/phpunit/includes/password/MWOldPasswordTest.php +++ b/tests/phpunit/includes/password/MWOldPasswordTest.php @@ -8,7 +8,7 @@ class MWOldPasswordTest extends PasswordTestCase { protected function getTypeConfigs() { return [ 'A' => [ - 'class' => 'MWOldPassword', + 'class' => MWOldPassword::class, ] ]; }