‪TYPO3CMS  9.5
TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest Class Reference
Inheritance diagram for TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest:

Public Member Functions

 setUp ()
 
array differentOverrideScenariosDataProvider ()
 
 baseRenderingWorksForCObject ($overrideType, $expectedTemplate, $expectedPartial, $expectedLayout)
 
 baseRenderingWorksForControllerAsGlobalUsage ($overrideType, $expectedTemplate, $expectedPartial, $expectedLayout)
 
 baseRenderingWorksForControllerAsPluginUsage ($overrideType, $expectedTemplate, $expectedPartial, $expectedLayout)
 
 baseRenderingWorksForControllerAsPluginUsageWithPluginConfig ($overrideType, $expectedTemplate, $expectedPartial, $expectedLayout)
 
 widgetTemplateCanBeOverridden ()
 
 widgetTemplateCanBeOverriddenWithLegacyConfig ()
 
 baseRenderingWorksForControllerAsPluginUsageWithIncompleteConfig ()
 
 baseRenderingWorksForControllerWithTwoPlugins ()
 

Protected Member Functions

string fetchFrontendResponseBody (array $requestArguments)
 

Protected Attributes

array $testExtensionsToLoad
 
array $coreExtensionsToLoad
 
array $configurationToUseInTestInstance
 

Detailed Description

Definition at line 20 of file TemplatesPathsTest.php.

Member Function Documentation

◆ baseRenderingWorksForCObject()

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

Definition at line 134 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 
)
Test:
Parameters
string$overrideType
string$expectedTemplate
string$expectedPartial
string$expectedLayout‪@dataProvider differentOverrideScenariosDataProvider

Definition at line 157 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 
)
Test:
Parameters
string$overrideType
string$expectedTemplate
string$expectedPartial
string$expectedLayout‪@dataProvider differentOverrideScenariosDataProvider

Definition at line 180 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 
)
Test:
Parameters
string$overrideType
string$expectedTemplate
string$expectedPartial
string$expectedLayout‪@dataProvider differentOverrideScenariosDataProvider

Definition at line 204 of file TemplatesPathsTest.php.

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

◆ baseRenderingWorksForControllerWithTwoPlugins()

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

◆ differentOverrideScenariosDataProvider()

array TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest::differentOverrideScenariosDataProvider ( )
Returns
‪array

Definition at line 72 of file TemplatesPathsTest.php.

◆ fetchFrontendResponseBody()

◆ setUp()

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

Definition at line 61 of file TemplatesPathsTest.php.

◆ widgetTemplateCanBeOverridden()

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

◆ widgetTemplateCanBeOverriddenWithLegacyConfig()

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

Member Data Documentation

◆ $configurationToUseInTestInstance

array TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest::$configurationToUseInTestInstance
protected
Initial value:
= array(
'EXTCONF' => [
'extbase' => [
'extensions' => [
'FluidTest' => [
'plugins' => [
'Pi' => [
'controllers' => [
'Template' => [
'actions' => [
'baseTemplate',
],
'nonCacheableActions' => [
'baseTemplate',
],
],
],
],
],
],
],
],
],
)

Definition at line 36 of file TemplatesPathsTest.php.

◆ $coreExtensionsToLoad

array TYPO3\CMS\Fluid\Tests\Functional\View\TemplatesPathsTest::$coreExtensionsToLoad
protected
Initial value:
= array(
'fluid',
)

Definition at line 30 of file TemplatesPathsTest.php.

◆ $testExtensionsToLoad

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

Definition at line 24 of file TemplatesPathsTest.php.