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

Public Member Functions

 headerAndFooterMarkersAreReplacedDuringIntProcessing ()
 
 jsIncludesWithUserIntIsRendered ()
 
 localizationReturnsUnchangedStringIfNotLocallangLabel ()
 
 localizationReturnsLocalizedStringWithLocallangLabel ()
 
 getFromCacheSetsConfigRootlineToLocalRootline (int $pid, array $expectedRootLine, array $expectedConfigRootLine, bool $nocache)
 
 applicationConsidersTrueConditionVerdict ()
 
 applicationConsidersFalseConditionVerdictToElseBranch ()
 

Static Public Member Functions

static getFromCacheSetsConfigRootlineToLocalRootlineDataProvider ()
 

Protected Attributes

const LANGUAGE_PRESETS
 
array $configurationToUseInTestInstance
 

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 29 of file TypoScriptFrontendControllerTest.php.

Member Function Documentation

◆ applicationConsidersFalseConditionVerdictToElseBranch()

◆ applicationConsidersTrueConditionVerdict()

◆ getFromCacheSetsConfigRootlineToLocalRootline()

TYPO3\CMS\Frontend\Tests\Functional\Controller\TypoScriptFrontendControllerTest::getFromCacheSetsConfigRootlineToLocalRootline ( int  $pid,
array  $expectedRootLine,
array  $expectedConfigRootLine,
bool  $nocache 
)

◆ getFromCacheSetsConfigRootlineToLocalRootlineDataProvider()

static TYPO3\CMS\Frontend\Tests\Functional\Controller\TypoScriptFrontendControllerTest::getFromCacheSetsConfigRootlineToLocalRootlineDataProvider ( )
static

Definition at line 156 of file TypoScriptFrontendControllerTest.php.

◆ headerAndFooterMarkersAreReplacedDuringIntProcessing()

◆ jsIncludesWithUserIntIsRendered()

◆ localizationReturnsLocalizedStringWithLocallangLabel()

◆ localizationReturnsUnchangedStringIfNotLocallangLabel()

Member Data Documentation

◆ $configurationToUseInTestInstance

array TYPO3\CMS\Frontend\Tests\Functional\Controller\TypoScriptFrontendControllerTest::$configurationToUseInTestInstance
protected
Initial value:
= [
'SYS' => [
'caching' => [
'cacheConfigurations' => [
'pages' => [
'backend' => Typo3DatabaseBackend::class,
],
],
],
],
]

Definition at line 36 of file TypoScriptFrontendControllerTest.php.

◆ LANGUAGE_PRESETS

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

Definition at line 32 of file TypoScriptFrontendControllerTest.php.