TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
EvaluatorTest Class Reference
Inheritance diagram for EvaluatorTest:

Public Member Functions

 passwordIsTurnedIntoSaltedString ()
 
 md5HashIsUpdatedToTemporarySaltedString ()
 
 temporarySaltedStringIsNotTouched ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $subject
 

Detailed Description

Testcase for SaltedPasswordsUtility

Definition at line 23 of file EvaluatorTest.php.

Member Function Documentation

md5HashIsUpdatedToTemporarySaltedString ( )
Test:

Definition at line 58 of file EvaluatorTest.php.

References GeneralUtility\isFirstPartOfStr().

passwordIsTurnedIntoSaltedString ( )
Test:

Definition at line 45 of file EvaluatorTest.php.

References GeneralUtility\inList().

setUp ( )
protected

Set up the a test

Definition at line 33 of file EvaluatorTest.php.

References $GLOBALS.

temporarySaltedStringIsNotTouched ( )
Test:

Definition at line 71 of file EvaluatorTest.php.

Member Data Documentation

$subject
protected

Definition at line 28 of file EvaluatorTest.php.