X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fpassword%2FPbkdf2PasswordFallbackTest.php;h=cf851c8113d6c1f162b9e3e1d477649b75d2c6c3;hp=605d1905c6de49207d00d7959ec45c96aa5ae69d;hb=6b3e5511fb848890f174690885e748b90389c0b8;hpb=36395150104588f2afea866c330b683e4329fa48 diff --git a/tests/phpunit/includes/password/Pbkdf2PasswordFallbackTest.php b/tests/phpunit/includes/password/Pbkdf2PasswordFallbackTest.php index 605d1905c6..cf851c8113 100644 --- a/tests/phpunit/includes/password/Pbkdf2PasswordFallbackTest.php +++ b/tests/phpunit/includes/password/Pbkdf2PasswordFallbackTest.php @@ -9,7 +9,7 @@ class Pbkdf2PasswordFallbackTest extends PasswordTestCase { protected function getTypeConfigs() { return [ 'pbkdf2' => [ - 'class' => 'Pbkdf2Password', + 'class' => Pbkdf2Password::class, 'algo' => 'sha256', 'cost' => '10000', 'length' => '128',