MediaWiki
REL1_24
|
Public Member Functions | |
testLargeLayeredPartialUpdate () | |
LayeredParameterizedPassword::partialCrypt | |
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. |
Definition at line 3 of file LayeredParameterizedPasswordTest.php.
LayeredParameterizedPasswordTest::getTypeConfigs | ( | ) | [protected] |
Return an array of configs to be used for this class's password type.
Reimplemented from PasswordTestCase.
Definition at line 4 of file LayeredParameterizedPasswordTest.php.
References array().
static LayeredParameterizedPasswordTest::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 29 of file LayeredParameterizedPasswordTest.php.
References array().
LayeredParameterizedPassword::partialCrypt
Definition at line 40 of file LayeredParameterizedPasswordTest.php.