‪TYPO3CMS  ‪main
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 ()
 
 getAuthInfoArrayReturnsCorrectPidConstraintForGivenCheckPidValue (int|null|string $checkPid_value, string $expectedPids)
 

Static Public Member Functions

static getAuthInfoArrayReturnsEmptyPidListIfNoCheckPidValueIsGivenDataProvider ()
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 

Private Attributes

string $sessionId
 
AnyUserAuthentication $subject
 
UserSession $userSession
 

Detailed Description

Definition at line 30 of file AbstractUserAuthenticationTest.php.

Member Function Documentation

◆ getAuthInfoArrayReturnsCorrectPidConstraintForGivenCheckPidValue()

TYPO3\CMS\Core\Tests\Functional\Authentication\AbstractUserAuthenticationTest::getAuthInfoArrayReturnsCorrectPidConstraintForGivenCheckPidValue ( int|null|string  $checkPid_value,
string  $expectedPids 
)

Definition at line 87 of file AbstractUserAuthenticationTest.php.

◆ getAuthInfoArrayReturnsEmptyPidListIfNoCheckPidValueIsGivenDataProvider()

static TYPO3\CMS\Core\Tests\Functional\Authentication\AbstractUserAuthenticationTest::getAuthInfoArrayReturnsEmptyPidListIfNoCheckPidValueIsGivenDataProvider ( )
static

Definition at line 74 of file AbstractUserAuthenticationTest.php.

◆ getModuleDataFallsBackToPlainSessionId()

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

◆ getModuleDataResolvesHashedSessionId()

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

Definition at line 60 of file AbstractUserAuthenticationTest.php.

◆ pushModuleDataDoesNotRevealPlainSessionId()

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

Definition at line 53 of file AbstractUserAuthenticationTest.php.

◆ setUp()

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

◆ tearDown()

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

Definition at line 45 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 33 of file AbstractUserAuthenticationTest.php.

◆ $userSession

UserSession TYPO3\CMS\Core\Tests\Functional\Authentication\AbstractUserAuthenticationTest::$userSession
private

Definition at line 34 of file AbstractUserAuthenticationTest.php.