TYPO3  7.6
Public Member Functions | Protected Member Functions | List of all members
TemplateViewTest Class Reference
Inheritance diagram for TemplateViewTest:

Public Member Functions

 expandGenericPathPatternWorksWithOldNamingSchemeOfSubPackage ()
 
 expandGenericPathPatternWorksWithNewNamingSchemeOfSubPackage ()
 
 expandGenericPathPatternDataProvider ()
 
 expandGenericPathPatternWorksWithBubblingDisabledAndFormatNotOptional ()
 
 expandGenericPathPatternWorksWithSubpackageAndBubblingDisabledAndFormatNotOptional ()
 
 expandGenericPathPatternWorksWithSubpackageAndBubblingDisabledAndFormatOptional ()
 
 expandGenericPathPatternWorksWithSubpackageAndBubblingEnabledAndFormatOptional ()
 
 resolveTemplatePathAndFilenameReturnsTheExplicitlyConfiguredTemplatePathAndFilename ()
 

Protected Member Functions

 setupMockControllerContextForPathResolving ($packageKey, $subPackageKey, $controllerName, $format)
 

Detailed Description

Test case

Definition at line 38 of file TemplateViewTest.php.

Member Function Documentation

expandGenericPathPatternDataProvider ( )
Returns
array

Definition at line 99 of file TemplateViewTest.php.

expandGenericPathPatternWorksWithBubblingDisabledAndFormatNotOptional ( )
expandGenericPathPatternWorksWithNewNamingSchemeOfSubPackage ( )

Test for #42123 "Widgets with underscores in class names do not work because the subpackage key is not handled correctly."

Test:

Definition at line 60 of file TemplateViewTest.php.

References ExtensionManagementUtility\extPath(), and TemplateViewTest\setupMockControllerContextForPathResolving().

expandGenericPathPatternWorksWithOldNamingSchemeOfSubPackage ( )

Test for #42123 "Widgets with underscores in class names do not work because the subpackage key is not handled correctly."

Test:

Definition at line 45 of file TemplateViewTest.php.

References ExtensionManagementUtility\extPath(), and TemplateViewTest\setupMockControllerContextForPathResolving().

expandGenericPathPatternWorksWithSubpackageAndBubblingDisabledAndFormatNotOptional ( )
expandGenericPathPatternWorksWithSubpackageAndBubblingDisabledAndFormatOptional ( )
expandGenericPathPatternWorksWithSubpackageAndBubblingEnabledAndFormatOptional ( )
resolveTemplatePathAndFilenameReturnsTheExplicitlyConfiguredTemplatePathAndFilename ( )
Test:

Definition at line 733 of file TemplateViewTest.php.

setupMockControllerContextForPathResolving (   $packageKey,
  $subPackageKey,
  $controllerName,
  $format 
)
protected