‪TYPO3CMS  11.5
TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\EnhancerSiteRequest\PageTypeDecoratorTest Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\EnhancerSiteRequest\PageTypeDecoratorTest:
TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\EnhancerSiteRequest\AbstractEnhancerSiteRequestTest TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\AbstractTestCase TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait

Public Member Functions

array pageTypeDecoratorIsAppliedDataProvider ()
 
 pageTypeDecoratorIsApplied (TestSet $testSet)
 
array pageTypeDecoratorIndexCanBePartOfSlugDataProvider ()
 
 pageTypeDecoratorIndexCanBePartOfSlug (TestSet $testSet)
 
 unmappedPageTypeDecoratorIsAddedAsRegularQueryParam ()
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\EnhancerSiteRequest\AbstractEnhancerSiteRequestTest
 setUp ()
 
 setUpDatabase ()
 
 assertPageArgumentsEquals (TestSet $testSet)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\AbstractTestCase
array wrapInArray (array $array)
 
array keysFromValues (array $array)
 
array keysFromTemplate (array $array, string $template, callable $callback=null)
 
ArrayValueInstruction createTypoLinkUrlInstruction (array $typoScript)
 
ArrayValueInstruction createHierarchicalMenuProcessorInstruction (array $typoScript)
 
ArrayValueInstruction createLanguageMenuProcessorInstruction (array $typoScript)
 
array filterMenu (array $menu, array $keepNames=['title', 'link'])
 
- ‪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)
 
array buildSiteConfiguration (int $rootPageId, string $base='')
 
array buildDefaultLanguageConfiguration (string $identifier, string $base)
 
array buildLanguageConfiguration (string $identifier, string $base, array $fallbackIdentifiers=[], string $fallbackType=null)
 
array buildErrorHandlingConfiguration (string $handler, array $codes)
 
mixed resolveLanguagePreset (string $identifier)
 
InternalRequest applyInstructions (InternalRequest $request, AbstractInstruction ... $instructions)
 
AbstractInstruction mergeInstruction (AbstractInstruction $current, AbstractInstruction $other)
 
- ‪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\AbstractTestCase
const LANGUAGE_PRESETS
 
 $configurationToUseInTestInstance
 
 $coreExtensionsToLoad = array( 'workspaces' )
 

Detailed Description

Test case

Definition at line 33 of file PageTypeDecoratorTest.php.

Member Function Documentation

◆ pageTypeDecoratorIndexCanBePartOfSlug()

TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\EnhancerSiteRequest\PageTypeDecoratorTest::pageTypeDecoratorIndexCanBePartOfSlug ( TestSet  $testSet)

◆ pageTypeDecoratorIndexCanBePartOfSlugDataProvider()

◆ pageTypeDecoratorIsApplied()

TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\EnhancerSiteRequest\PageTypeDecoratorTest::pageTypeDecoratorIsApplied ( TestSet  $testSet)
Parameters
TestSet$testSet
Test:
‪@dataProvider pageTypeDecoratorIsAppliedDataProvider

Reimplemented from TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\EnhancerSiteRequest\AbstractEnhancerSiteRequestTest.

Definition at line 70 of file PageTypeDecoratorTest.php.

◆ pageTypeDecoratorIsAppliedDataProvider()

◆ unmappedPageTypeDecoratorIsAddedAsRegularQueryParam()

TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\EnhancerSiteRequest\PageTypeDecoratorTest::unmappedPageTypeDecoratorIsAddedAsRegularQueryParam ( )