‪TYPO3CMS  9.5
TYPO3\CMS\Core\Tests\Functional\Crypto\PasswordHashing\SaltedPasswordServiceTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\Crypto\PasswordHashing\SaltedPasswordServiceTest:

Public Member Functions

 checkIfServiceUpdatesBackendUserPassword ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

array $xmlDatabaseFixtures
 
SaltedPasswordService $subject
 

Detailed Description

Test case for \TYPO3\CMS\Core\Crypto\PasswordHashing\SaltedPasswordService

Definition at line 24 of file SaltedPasswordServiceTest.php.

Member Function Documentation

◆ checkIfServiceUpdatesBackendUserPassword()

TYPO3\CMS\Core\Tests\Functional\Crypto\PasswordHashing\SaltedPasswordServiceTest::checkIfServiceUpdatesBackendUserPassword ( )

Check if service updates backend user password

Test:

Definition at line 56 of file SaltedPasswordServiceTest.php.

◆ setUp()

TYPO3\CMS\Core\Tests\Functional\Crypto\PasswordHashing\SaltedPasswordServiceTest::setUp ( )
protected

Sets up this test suite.

Definition at line 42 of file SaltedPasswordServiceTest.php.

Member Data Documentation

◆ $subject

SaltedPasswordService TYPO3\CMS\Core\Tests\Functional\Crypto\PasswordHashing\SaltedPasswordServiceTest::$subject
protected

Definition at line 37 of file SaltedPasswordServiceTest.php.

◆ $xmlDatabaseFixtures

array TYPO3\CMS\Core\Tests\Functional\Crypto\PasswordHashing\SaltedPasswordServiceTest::$xmlDatabaseFixtures
protected
Initial value:
= array(
'typo3/sysext/core/Tests/Functional/Crypto/PasswordHashing/Fixtures/be_users.xml'
)

XML database fixtures to be loaded into database.

Definition at line 31 of file SaltedPasswordServiceTest.php.