‪TYPO3CMS  ‪main
TYPO3\CMS\Frontend\Tests\Functional\Authentication\FrontendUserAuthenticationTest Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\Tests\Functional\Authentication\FrontendUserAuthenticationTest:
TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait

Public Member Functions

 setUp ()
 
 feSessionsAreNotStoredForAnonymousSessions ()
 
 canCreateNewAndExistingSessionWithValidRequestToken ()
 

Protected Attributes

const LANGUAGE_PRESETS
 

Private Attributes

const ROOT_PAGE_ID = 1
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait
 writeSiteConfiguration (string $identifier, array $site=[], array $languages=[], array $errorHandling=[])
 
 mergeSiteConfiguration (string $identifier, array $overrides)
 
 buildSiteConfiguration (int $rootPageId, string $base='')
 
 buildDefaultLanguageConfiguration (string $identifier, string $base)
 
 buildLanguageConfiguration (string $identifier, string $base, array $fallbackIdentifiers=[], string $fallbackType=null)
 
 buildErrorHandlingConfiguration (string $handler, array $codes)
 
mixed resolveLanguagePreset (string $identifier)
 
 applyInstructions (InternalRequest $request, AbstractInstruction ... $instructions)
 
 mergeInstruction (AbstractInstruction $current, AbstractInstruction $other)
 
- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait
static failIfArrayIsNotEmpty (array $items)
 

Detailed Description

Definition at line 33 of file FrontendUserAuthenticationTest.php.

Member Function Documentation

◆ canCreateNewAndExistingSessionWithValidRequestToken()

TYPO3\CMS\Frontend\Tests\Functional\Authentication\FrontendUserAuthenticationTest::canCreateNewAndExistingSessionWithValidRequestToken ( )

◆ feSessionsAreNotStoredForAnonymousSessions()

TYPO3\CMS\Frontend\Tests\Functional\Authentication\FrontendUserAuthenticationTest::feSessionsAreNotStoredForAnonymousSessions ( )

Definition at line 53 of file FrontendUserAuthenticationTest.php.

◆ setUp()

TYPO3\CMS\Frontend\Tests\Functional\Authentication\FrontendUserAuthenticationTest::setUp ( )

Member Data Documentation

◆ LANGUAGE_PRESETS

const TYPO3\CMS\Frontend\Tests\Functional\Authentication\FrontendUserAuthenticationTest::LANGUAGE_PRESETS
protected
Initial value:
= [
'EN' => ['id' => 0, 'title' => 'English', 'locale' => 'en_US.UTF8'],
]

Definition at line 37 of file FrontendUserAuthenticationTest.php.

◆ ROOT_PAGE_ID

const TYPO3\CMS\Frontend\Tests\Functional\Authentication\FrontendUserAuthenticationTest::ROOT_PAGE_ID = 1
private

Definition at line 36 of file FrontendUserAuthenticationTest.php.