X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fpassword%2FPbkdf2PasswordTest.php;h=ff069cd94b907881b6ec82dba7abd290cc8cab58;hb=a9911b2582a20d9fe0569439d0d22a8c3135c249;hp=07cdab0117052a6d58ed02094a0946f739a6ea0d;hpb=b87a4fba8a27fc1c683a01560c6d932acfd07ce6;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/password/Pbkdf2PasswordTest.php b/tests/phpunit/includes/password/Pbkdf2PasswordTest.php index 07cdab0117..ff069cd94b 100644 --- a/tests/phpunit/includes/password/Pbkdf2PasswordTest.php +++ b/tests/phpunit/includes/password/Pbkdf2PasswordTest.php @@ -2,6 +2,10 @@ /** * @group large + * @covers Pbkdf2Password + * @covers Password + * @covers ParameterizedPassword + * @requires function hash_pbkdf2 */ class Pbkdf2PasswordTest extends PasswordTestCase { protected function getTypeConfigs() { @@ -10,6 +14,7 @@ class Pbkdf2PasswordTest extends PasswordTestCase { 'algo' => 'sha256', 'cost' => '10000', 'length' => '128', + 'use-hash-extension' => true, ] ]; }