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

Public Member Functions

 setUp ()
 
 renderWorksWithPlainRenderingInMultipleLanguages ()
 
 renderWorksWithPlainRenderingWithLowerCasePaths ()
 

Protected Attributes

const LANGUAGE_PRESETS
 
const ROOT_PAGE_ID = 1
 
array $testExtensionsToLoad
 

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 25 of file PageViewContentObjectTest.php.

Member Function Documentation

◆ renderWorksWithPlainRenderingInMultipleLanguages()

TYPO3\CMS\Frontend\Tests\Functional\ContentObject\PageViewContentObjectTest::renderWorksWithPlainRenderingInMultipleLanguages ( )

Definition at line 53 of file PageViewContentObjectTest.php.

◆ renderWorksWithPlainRenderingWithLowerCasePaths()

TYPO3\CMS\Frontend\Tests\Functional\ContentObject\PageViewContentObjectTest::renderWorksWithPlainRenderingWithLowerCasePaths ( )

Definition at line 69 of file PageViewContentObjectTest.php.

◆ setUp()

Member Data Documentation

◆ $testExtensionsToLoad

array TYPO3\CMS\Frontend\Tests\Functional\ContentObject\PageViewContentObjectTest::$testExtensionsToLoad
protected
Initial value:
= [
'typo3/sysext/frontend/Tests/Functional/Fixtures/Extensions/test_fluidpagerendering',
]

Definition at line 34 of file PageViewContentObjectTest.php.

◆ LANGUAGE_PRESETS

const TYPO3\CMS\Frontend\Tests\Functional\ContentObject\PageViewContentObjectTest::LANGUAGE_PRESETS
protected
Initial value:
= [
'EN' => ['id' => 0, 'title' => 'English', 'locale' => 'en-US'],
'FR' => ['id' => 1, 'title' => 'French', 'locale' => 'fr-FR'],
]

Definition at line 28 of file PageViewContentObjectTest.php.

◆ ROOT_PAGE_ID

const TYPO3\CMS\Frontend\Tests\Functional\ContentObject\PageViewContentObjectTest::ROOT_PAGE_ID = 1
protected

Definition at line 32 of file PageViewContentObjectTest.php.