PHP Class FluidTYPO3\Flux\Tests\Unit\View\ExposedTemplateViewTest

Inheritance: extends FluidTYPO3\Flux\Tests\Unit\AbstractTestCase
Afficher le fichier Open project: fluidtypo3/flux

Méthodes publiques

Méthode Description
canGetStoredVariableWithoutConfigurationSectionName ( )
canGetTemplateByActionName ( )
canRenderCustomSection ( )
canRenderEmptyPreviewSection ( )
canRenderRaw ( )
canRenderWithDisabledCompiler ( )
createsDefaultFormFromInvalidTemplate ( )
getParsedTemplateReturnsCompiledTemplateIfFound ( )
getTemplatePathAndFilenameCallsExpectedMethodSequenceInStandardTemplateViewMode ( )
previewSectionIsOptional ( )
renderingTemplateTwiceTriggersTemplateCompilerSaving ( )
throwsParserExceptionIfTemplateSourceContainsErrors ( )
throwsRuntimeExceptionIfImproperlyInitialized ( )

Méthodes protégées

Méthode Description
getFixtureTemplatePaths ( ) : array
getPreparedViewWithTemplateFile ( $templatePathAndFilename ) : ExposedTemplateView

Method Details

canGetStoredVariableWithoutConfigurationSectionName() public méthode

canGetTemplateByActionName() public méthode

canRenderCustomSection() public méthode

canRenderEmptyPreviewSection() public méthode

canRenderRaw() public méthode

public canRenderRaw ( )

canRenderWithDisabledCompiler() public méthode

createsDefaultFormFromInvalidTemplate() public méthode

getFixtureTemplatePaths() protected méthode

protected getFixtureTemplatePaths ( ) : array
Résultat array

getParsedTemplateReturnsCompiledTemplateIfFound() public méthode

getPreparedViewWithTemplateFile() protected méthode

protected getPreparedViewWithTemplateFile ( $templatePathAndFilename ) : ExposedTemplateView
$templatePathAndFilename
Résultat FluidTYPO3\Flux\View\ExposedTemplateView

getTemplatePathAndFilenameCallsExpectedMethodSequenceInStandardTemplateViewMode() public méthode

previewSectionIsOptional() public méthode

renderingTemplateTwiceTriggersTemplateCompilerSaving() public méthode

throwsParserExceptionIfTemplateSourceContainsErrors() public méthode

throwsRuntimeExceptionIfImproperlyInitialized() public méthode