‪TYPO3CMS  11.5
TYPO3\CMS\Fluid\Tests\Unit\View\TemplatePathsTest Class Reference
Inheritance diagram for TYPO3\CMS\Fluid\Tests\Unit\View\TemplatePathsTest:

Public Member Functions

array getPathSetterMethodTestValues ()
 
 pathSetterMethodSortsPathsByKeyDescending ($method, array $paths, array $expected)
 
 getContextSpecificViewConfigurationSortsTypoScriptConfiguredPathsCorrectlyInFrontendMode ()
 
 getContextSpecificViewConfigurationSortsTypoScriptConfiguredPathsCorrectlyInBackendMode ()
 
 getContextSpecificViewConfigurationDoesNotResolveFromTypoScriptAndDoesNotSortInUnspecifiedMode ()
 
 getContextSpecificViewConfigurationRespectsTypoScriptConfiguredPaths ()
 

Detailed Description

Test case

Definition at line 27 of file TemplatePathsTest.php.

Member Function Documentation

◆ getContextSpecificViewConfigurationDoesNotResolveFromTypoScriptAndDoesNotSortInUnspecifiedMode()

TYPO3\CMS\Fluid\Tests\Unit\View\TemplatePathsTest::getContextSpecificViewConfigurationDoesNotResolveFromTypoScriptAndDoesNotSortInUnspecifiedMode ( )
Test:

Definition at line 225 of file TemplatePathsTest.php.

◆ getContextSpecificViewConfigurationRespectsTypoScriptConfiguredPaths()

TYPO3\CMS\Fluid\Tests\Unit\View\TemplatePathsTest::getContextSpecificViewConfigurationRespectsTypoScriptConfiguredPaths ( )
Test:

Definition at line 273 of file TemplatePathsTest.php.

◆ getContextSpecificViewConfigurationSortsTypoScriptConfiguredPathsCorrectlyInBackendMode()

TYPO3\CMS\Fluid\Tests\Unit\View\TemplatePathsTest::getContextSpecificViewConfigurationSortsTypoScriptConfiguredPathsCorrectlyInBackendMode ( )
Test:

Definition at line 168 of file TemplatePathsTest.php.

◆ getContextSpecificViewConfigurationSortsTypoScriptConfiguredPathsCorrectlyInFrontendMode()

TYPO3\CMS\Fluid\Tests\Unit\View\TemplatePathsTest::getContextSpecificViewConfigurationSortsTypoScriptConfiguredPathsCorrectlyInFrontendMode ( )
Test:

Definition at line 111 of file TemplatePathsTest.php.

◆ getPathSetterMethodTestValues()

array TYPO3\CMS\Fluid\Tests\Unit\View\TemplatePathsTest::getPathSetterMethodTestValues ( )
Returns
‪array

Definition at line 32 of file TemplatePathsTest.php.

◆ pathSetterMethodSortsPathsByKeyDescending()

TYPO3\CMS\Fluid\Tests\Unit\View\TemplatePathsTest::pathSetterMethodSortsPathsByKeyDescending (   $method,
array  $paths,
array  $expected 
)
Test:
‪@dataProvider getPathSetterMethodTestValues
Parameters
string$method
array$paths
array$expected

Definition at line 98 of file TemplatePathsTest.php.