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

Inheritance: extends FluidTYPO3\Flux\Tests\Unit\AbstractTestCase
Datei anzeigen Open project: fluidtypo3/flux

Public Methods

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

Protected Methods

Method Description
getFixtureTemplatePaths ( ) : array
getPreparedViewWithTemplateFile ( $templatePathAndFilename ) : ExposedTemplateView

Method Details

canGetStoredVariableWithoutConfigurationSectionName() public method

canGetTemplateByActionName() public method

canRenderCustomSection() public method

canRenderEmptyPreviewSection() public method

canRenderRaw() public method

public canRenderRaw ( )

canRenderWithDisabledCompiler() public method

createsDefaultFormFromInvalidTemplate() public method

getFixtureTemplatePaths() protected method

protected getFixtureTemplatePaths ( ) : array
return array

getParsedTemplateReturnsCompiledTemplateIfFound() public method

getPreparedViewWithTemplateFile() protected method

protected getPreparedViewWithTemplateFile ( $templatePathAndFilename ) : ExposedTemplateView
$templatePathAndFilename
return FluidTYPO3\Flux\View\ExposedTemplateView

getTemplatePathAndFilenameCallsExpectedMethodSequenceInStandardTemplateViewMode() public method

previewSectionIsOptional() public method

renderingTemplateTwiceTriggersTemplateCompilerSaving() public method

throwsParserExceptionIfTemplateSourceContainsErrors() public method

throwsRuntimeExceptionIfImproperlyInitialized() public method