‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Unit\FormProtection\InstallToolFormProtectionTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\FormProtection\InstallToolFormProtectionTest:

Public Member Functions

 tokenFromSessionDataIsAvailableForValidateToken ()
 
 persistSessionTokenWritesTokensToSession ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

bool $resetSingletonInstances = true
 
HashService $hashService
 

Detailed Description

Definition at line 26 of file InstallToolFormProtectionTest.php.

Member Function Documentation

◆ persistSessionTokenWritesTokensToSession()

TYPO3\CMS\Core\Tests\Unit\FormProtection\InstallToolFormProtectionTest::persistSessionTokenWritesTokensToSession ( )

Definition at line 56 of file InstallToolFormProtectionTest.php.

◆ setUp()

TYPO3\CMS\Core\Tests\Unit\FormProtection\InstallToolFormProtectionTest::setUp ( )
protected

Definition at line 31 of file InstallToolFormProtectionTest.php.

References $GLOBALS.

◆ tokenFromSessionDataIsAvailableForValidateToken()

TYPO3\CMS\Core\Tests\Unit\FormProtection\InstallToolFormProtectionTest::tokenFromSessionDataIsAvailableForValidateToken ( )

Definition at line 39 of file InstallToolFormProtectionTest.php.

Member Data Documentation

◆ $hashService

HashService TYPO3\CMS\Core\Tests\Unit\FormProtection\InstallToolFormProtectionTest::$hashService
protected

Definition at line 29 of file InstallToolFormProtectionTest.php.

◆ $resetSingletonInstances

bool TYPO3\CMS\Core\Tests\Unit\FormProtection\InstallToolFormProtectionTest::$resetSingletonInstances = true
protected

Definition at line 28 of file InstallToolFormProtectionTest.php.