‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Functional\TypoScript\FrontendTypoScriptFactoryPageLayoutConditionTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\TypoScript\FrontendTypoScriptFactoryPageLayoutConditionTest:
TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait

Public Member Functions

 setUp ()
 
 treePageLayoutConditionMetForBackendLayoutOnRootPage ()
 
 treePageLayoutConditionNotMetForBackendLayoutNextLevelOnRootPage ()
 
 treePageLayoutConditionMetForBackendLayoutNextLevelInheritedOnSubpageLevel1 ()
 
 treePageLayoutConditionMetForBackendLayoutNextLevelInheritedOnSubpageLevel2 ()
 
 treePageLayoutConditionMetForBackendLayoutOnSubpageLevel3 ()
 
 treePageLayoutConditionMetForBackendLayoutNextLevelOverrideOnSubpageLevel3 ()
 

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

Test Frontend TypoScript 'tree.pagelayout' related condition matching.

Definition at line 28 of file FrontendTypoScriptFactoryPageLayoutConditionTest.php.

Member Function Documentation

◆ setUp()

◆ treePageLayoutConditionMetForBackendLayoutNextLevelInheritedOnSubpageLevel1()

TYPO3\CMS\Core\Tests\Functional\TypoScript\FrontendTypoScriptFactoryPageLayoutConditionTest::treePageLayoutConditionMetForBackendLayoutNextLevelInheritedOnSubpageLevel1 ( )

◆ treePageLayoutConditionMetForBackendLayoutNextLevelInheritedOnSubpageLevel2()

TYPO3\CMS\Core\Tests\Functional\TypoScript\FrontendTypoScriptFactoryPageLayoutConditionTest::treePageLayoutConditionMetForBackendLayoutNextLevelInheritedOnSubpageLevel2 ( )

◆ treePageLayoutConditionMetForBackendLayoutNextLevelOverrideOnSubpageLevel3()

TYPO3\CMS\Core\Tests\Functional\TypoScript\FrontendTypoScriptFactoryPageLayoutConditionTest::treePageLayoutConditionMetForBackendLayoutNextLevelOverrideOnSubpageLevel3 ( )

◆ treePageLayoutConditionMetForBackendLayoutOnRootPage()

TYPO3\CMS\Core\Tests\Functional\TypoScript\FrontendTypoScriptFactoryPageLayoutConditionTest::treePageLayoutConditionMetForBackendLayoutOnRootPage ( )

◆ treePageLayoutConditionMetForBackendLayoutOnSubpageLevel3()

TYPO3\CMS\Core\Tests\Functional\TypoScript\FrontendTypoScriptFactoryPageLayoutConditionTest::treePageLayoutConditionMetForBackendLayoutOnSubpageLevel3 ( )

◆ treePageLayoutConditionNotMetForBackendLayoutNextLevelOnRootPage()

TYPO3\CMS\Core\Tests\Functional\TypoScript\FrontendTypoScriptFactoryPageLayoutConditionTest::treePageLayoutConditionNotMetForBackendLayoutNextLevelOnRootPage ( )

Member Data Documentation

◆ LANGUAGE_PRESETS

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

Definition at line 31 of file FrontendTypoScriptFactoryPageLayoutConditionTest.php.

◆ ROOT_PAGE_ID

const TYPO3\CMS\Core\Tests\Functional\TypoScript\FrontendTypoScriptFactoryPageLayoutConditionTest::ROOT_PAGE_ID = 1
private