‪TYPO3CMS  ‪main
TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\LocalizedPageRendering\ScenarioATest Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\LocalizedPageRendering\ScenarioATest:
TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\LocalizedPageRendering\AbstractLocalizedPagesTestCase TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\AbstractTestCase TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait

Public Member Functions

 resolvedPagesMatchScopes (string $url, array $scopes)
 
 pageMenuIsRendered (string $url, array $expectedMenu)
 

Static Public Member Functions

static resolvablePagesDataProvider ()
 
static menuDataProvider ()
 

Protected Member Functions

 setUp ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\LocalizedPageRendering\AbstractLocalizedPagesTestCase
 setUpDatabaseWithYamlPayload (string $pathToYamlFile)
 
 assertScopes (string $url, array $scopes)
 
 assertResponseStatusCode (string $url)
 
 assertMenu (string $url, array $expectation)
 
 createLanguageMenu (string $url)
 
- ‪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)
 

Additional Inherited Members

- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait
static failIfArrayIsNotEmpty (array $items)
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\LocalizedPageRendering\AbstractLocalizedPagesTestCase
const LANGUAGE_PRESETS
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\AbstractTestCase
const LANGUAGE_PRESETS
 

Detailed Description

Language container test definition

Scenario prerequisites: Site configuration has localizations first language: DE no fallbacks configured second language: DE-CH fallback to DE

Home page is localized into DE

Scenario expectations: Calling home page in EN renders page in EN Calling home page in DE renders page in DE Calling home page in DE-CH renders page in DE as defined in the fallback chain

Calling "headquarter" page in EN renders page in EN Calling "headquarter" page in DE returns a 404 response because no fallback chain is configured Calling "headquarter" page in DE-CH renders page in EN

Definition at line 44 of file ScenarioATest.php.

Member Function Documentation

◆ menuDataProvider()

static TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\LocalizedPageRendering\ScenarioATest::menuDataProvider ( )
static

Definition at line 94 of file ScenarioATest.php.

◆ pageMenuIsRendered()

TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\LocalizedPageRendering\ScenarioATest::pageMenuIsRendered ( string  $url,
array  $expectedMenu 
)

◆ resolvablePagesDataProvider()

static TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\LocalizedPageRendering\ScenarioATest::resolvablePagesDataProvider ( )
static

Definition at line 63 of file ScenarioATest.php.

◆ resolvedPagesMatchScopes()

TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\LocalizedPageRendering\ScenarioATest::resolvedPagesMatchScopes ( string  $url,
array  $scopes 
)

◆ setUp()