‪TYPO3CMS  10.4
TYPO3\CMS\Core\Tests\Functional\Authentication\AbstractUserAuthenticationTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\Authentication\AbstractUserAuthenticationTest:

Public Member Functions

 pushModuleDataDoesNotRevealPlainSessionId ()
 
 getModuleDataResolvesHashedSessionId ()
 
 getModuleDataFallsBackToPlainSessionId ()
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 

Private Attributes

string $sessionId
 
AnyUserAuthentication $subject
 

Detailed Description

Definition at line 23 of file AbstractUserAuthenticationTest.php.

Member Function Documentation

◆ getModuleDataFallsBackToPlainSessionId()

TYPO3\CMS\Core\Tests\Functional\Authentication\AbstractUserAuthenticationTest::getModuleDataFallsBackToPlainSessionId ( )

◆ getModuleDataResolvesHashedSessionId()

TYPO3\CMS\Core\Tests\Functional\Authentication\AbstractUserAuthenticationTest::getModuleDataResolvesHashedSessionId ( )
Test:

Definition at line 62 of file AbstractUserAuthenticationTest.php.

◆ pushModuleDataDoesNotRevealPlainSessionId()

TYPO3\CMS\Core\Tests\Functional\Authentication\AbstractUserAuthenticationTest::pushModuleDataDoesNotRevealPlainSessionId ( )
Test:

Definition at line 53 of file AbstractUserAuthenticationTest.php.

◆ setUp()

TYPO3\CMS\Core\Tests\Functional\Authentication\AbstractUserAuthenticationTest::setUp ( )
protected

Definition at line 33 of file AbstractUserAuthenticationTest.php.

References $GLOBALS.

◆ tearDown()

TYPO3\CMS\Core\Tests\Functional\Authentication\AbstractUserAuthenticationTest::tearDown ( )
protected

Definition at line 43 of file AbstractUserAuthenticationTest.php.

References $GLOBALS.

Member Data Documentation

◆ $sessionId

string TYPO3\CMS\Core\Tests\Functional\Authentication\AbstractUserAuthenticationTest::$sessionId
private

◆ $subject

AnyUserAuthentication TYPO3\CMS\Core\Tests\Functional\Authentication\AbstractUserAuthenticationTest::$subject
private

Definition at line 31 of file AbstractUserAuthenticationTest.php.