MediaWiki  REL1_24
Pbkdf2PasswordTest Class Reference

large More...

Inheritance diagram for Pbkdf2PasswordTest:
Collaboration diagram for Pbkdf2PasswordTest:

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 Pbkdf2PasswordTest.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 Pbkdf2PasswordTest.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 16 of file Pbkdf2PasswordTest.php.

References array().


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