MediaWiki  REL1_24
BcryptPasswordTestCase Class Reference

large More...

Inheritance diagram for BcryptPasswordTestCase:
Collaboration diagram for BcryptPasswordTestCase:

List of all members.

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.

Detailed Description

large

Definition at line 6 of file BcryptPasswordTest.php.


Member Function Documentation

Return an array of configs to be used for this class's password type.

Returns:
array[]

Reimplemented from PasswordTestCase.

Definition at line 7 of file BcryptPasswordTest.php.

References array().

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.

Returns:
array

Reimplemented from PasswordTestCase.

Definition at line 14 of file BcryptPasswordTest.php.

References array().


The documentation for this class was generated from the following file: