‪TYPO3CMS  ‪main
TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest Class Reference
Inheritance diagram for TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest:
TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait

Public Member Functions

 setUp ()
 
 baseRenderingWorksForCObject ($overrideType, $expectedTemplate, $expectedPartial, $expectedLayout)
 
 baseRenderingWorksForControllerAsGlobalUsage ($overrideType, $expectedTemplate, $expectedPartial, $expectedLayout)
 
 baseRenderingWorksForControllerAsPluginUsage ($overrideType, $expectedTemplate, $expectedPartial, $expectedLayout)
 
 baseRenderingWorksForControllerAsPluginUsageWithPluginConfig ($overrideType, $expectedTemplate, $expectedPartial, $expectedLayout)
 
 baseRenderingWorksForControllerAsPluginUsageWithIncompleteConfig ()
 
 baseRenderingWorksForControllerWithTwoPlugins ()
 

Static Public Member Functions

static differentOverrideScenariosDataProvider ()
 

Protected Member Functions

 fetchFrontendResponseBody (array $requestArguments)
 
- ‪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)
 

Protected Attributes

const LANGUAGE_PRESETS
 
array $testExtensionsToLoad
 
array $configurationToUseInTestInstance
 

Additional Inherited Members

- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait
static failIfArrayIsNotEmpty (array $items)
 

Detailed Description

Definition at line 27 of file TemplatesPathsTest.php.

Member Function Documentation

◆ baseRenderingWorksForCObject()

TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest::baseRenderingWorksForCObject (   $overrideType,
  $expectedTemplate,
  $expectedPartial,
  $expectedLayout 
)
Parameters
string$overrideType
string$expectedTemplate
string$expectedPartial
string$expectedLayout

Definition at line 151 of file TemplatesPathsTest.php.

References TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest\fetchFrontendResponseBody().

◆ baseRenderingWorksForControllerAsGlobalUsage()

TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest::baseRenderingWorksForControllerAsGlobalUsage (   $overrideType,
  $expectedTemplate,
  $expectedPartial,
  $expectedLayout 
)
Parameters
string$overrideType
string$expectedTemplate
string$expectedPartial
string$expectedLayout

Definition at line 174 of file TemplatesPathsTest.php.

References TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest\fetchFrontendResponseBody().

◆ baseRenderingWorksForControllerAsPluginUsage()

TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest::baseRenderingWorksForControllerAsPluginUsage (   $overrideType,
  $expectedTemplate,
  $expectedPartial,
  $expectedLayout 
)
Parameters
string$overrideType
string$expectedTemplate
string$expectedPartial
string$expectedLayout

Definition at line 197 of file TemplatesPathsTest.php.

References TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest\fetchFrontendResponseBody().

◆ baseRenderingWorksForControllerAsPluginUsageWithIncompleteConfig()

TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest::baseRenderingWorksForControllerAsPluginUsageWithIncompleteConfig ( )

◆ baseRenderingWorksForControllerAsPluginUsageWithPluginConfig()

TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest::baseRenderingWorksForControllerAsPluginUsageWithPluginConfig (   $overrideType,
  $expectedTemplate,
  $expectedPartial,
  $expectedLayout 
)
Parameters
string$overrideType
string$expectedTemplate
string$expectedPartial
string$expectedLayout

Definition at line 221 of file TemplatesPathsTest.php.

References TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest\fetchFrontendResponseBody().

◆ baseRenderingWorksForControllerWithTwoPlugins()

TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest::baseRenderingWorksForControllerWithTwoPlugins ( )

◆ differentOverrideScenariosDataProvider()

static TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest::differentOverrideScenariosDataProvider ( )
static

Definition at line 89 of file TemplatesPathsTest.php.

◆ fetchFrontendResponseBody()

◆ setUp()

Member Data Documentation

◆ $configurationToUseInTestInstance

array TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest::$configurationToUseInTestInstance
protected

Definition at line 41 of file TemplatesPathsTest.php.

◆ $testExtensionsToLoad

array TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest::$testExtensionsToLoad
protected
Initial value:
= [
'typo3/sysext/fluid/Tests/Functional/Fixtures/Extensions/fluid_test',
]

Definition at line 37 of file TemplatesPathsTest.php.

◆ LANGUAGE_PRESETS

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

Definition at line 33 of file TemplatesPathsTest.php.