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 BcryptPasswordTest.php.
BcryptPasswordTestCase::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 BcryptPasswordTest.php.
References array().
static BcryptPasswordTestCase::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 14 of file BcryptPasswordTest.php.
References array().