TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Saltedpasswords\Tests\Unit\Evaluation\EvaluatorTest Class Reference
Inheritance diagram for TYPO3\CMS\Saltedpasswords\Tests\Unit\Evaluation\EvaluatorTest:
TYPO3\CMS\Core\Tests\UnitTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

 setUp ()
 
 passwordIsTurnedIntoSaltedString ()
 
 md5HashIsUpdatedToTemporarySaltedString ()
 
 temporarySaltedStringIsNotTouched ()
 

Protected Attributes

 $subject
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 $backupGlobalsBlacklist = array('TYPO3_LOADED_EXT')
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = TRUE
 
 $backupStaticAttributes = FALSE
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 tearDown ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, array $methods=array(), array $arguments=array(), $mockClassName='', $callOriginalConstructor=TRUE, $callOriginalClone=TRUE, $callAutoload=TRUE)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=array(), $mockClassName='', $callOriginalConstructor=TRUE, $callOriginalClone=TRUE, $callAutoload=TRUE)
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 

Detailed Description

Testcase for SaltedPasswordsUtility

Author
Marcus Krause <marcus::exp2009.info>

Definition at line 25 of file EvaluatorTest.php.

Member Function Documentation

◆ md5HashIsUpdatedToTemporarySaltedString()

TYPO3\CMS\Saltedpasswords\Tests\Unit\Evaluation\EvaluatorTest::md5HashIsUpdatedToTemporarySaltedString ( )

◆ passwordIsTurnedIntoSaltedString()

TYPO3\CMS\Saltedpasswords\Tests\Unit\Evaluation\EvaluatorTest::passwordIsTurnedIntoSaltedString ( )

◆ setUp()

TYPO3\CMS\Saltedpasswords\Tests\Unit\Evaluation\EvaluatorTest::setUp ( )

Set up the a test

Definition at line 35 of file EvaluatorTest.php.

References $GLOBALS.

◆ temporarySaltedStringIsNotTouched()

TYPO3\CMS\Saltedpasswords\Tests\Unit\Evaluation\EvaluatorTest::temporarySaltedStringIsNotTouched ( )
Test:

Definition at line 70 of file EvaluatorTest.php.

Member Data Documentation

◆ $subject

TYPO3\CMS\Saltedpasswords\Tests\Unit\Evaluation\EvaluatorTest::$subject
protected

Definition at line 30 of file EvaluatorTest.php.