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

Public Member Functions

 checkIfNumberOfBackendUsersWithInsecurePasswordsIsFetchedCorrectly ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

array $xmlDatabaseFixtures
 

Detailed Description

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

Definition at line 22 of file SaltedPasswordsUtilityTest.php.

Member Function Documentation

◆ checkIfNumberOfBackendUsersWithInsecurePasswordsIsFetchedCorrectly()

TYPO3\CMS\Core\Tests\Functional\Crypto\PasswordHashing\Utility\SaltedPasswordsUtilityTest::checkIfNumberOfBackendUsersWithInsecurePasswordsIsFetchedCorrectly ( )

Check if salted password utility returns the correct number of backend users with insecure passwords

Test:

Definition at line 49 of file SaltedPasswordsUtilityTest.php.

References TYPO3\CMS\Core\Crypto\PasswordHashing\SaltedPasswordsUtility\getNumberOfBackendUsersWithInsecurePassword().

◆ setUp()

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

Sets up this test suite.

Definition at line 36 of file SaltedPasswordsUtilityTest.php.

Member Data Documentation

◆ $xmlDatabaseFixtures

array TYPO3\CMS\Core\Tests\Functional\Crypto\PasswordHashing\Utility\SaltedPasswordsUtilityTest::$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 29 of file SaltedPasswordsUtilityTest.php.