MediaWiki
REL1_24
|
large More...
Static Public Member Functions | |
static | providePasswordTests () |
An array of tests in the form of (bool, string, string), where the first element is whether the second parameter (a password hash) and the third parameter (a password) should match. | |
Protected Member Functions | |
getTypeConfigs () | |
Return an array of configs to be used for this class's password type. |
large
Definition at line 6 of file Pbkdf2PasswordTest.php.
Pbkdf2PasswordTest::getTypeConfigs | ( | ) | [protected] |
Return an array of configs to be used for this class's password type.
Reimplemented from PasswordTestCase.
Definition at line 7 of file Pbkdf2PasswordTest.php.
References array().
static Pbkdf2PasswordTest::providePasswordTests | ( | ) | [static] |
An array of tests in the form of (bool, string, string), where the first element is whether the second parameter (a password hash) and the third parameter (a password) should match.
Reimplemented from PasswordTestCase.
Definition at line 16 of file Pbkdf2PasswordTest.php.
References array().