PHP 클래스 FluidTYPO3\Flux\Tests\Unit\View\ExposedTemplateViewTest

상속: extends FluidTYPO3\Flux\Tests\Unit\AbstractTestCase
파일 보기 프로젝트 열기: fluidtypo3/flux

공개 메소드들

메소드 설명
canGetStoredVariableWithoutConfigurationSectionName ( )
canGetTemplateByActionName ( )
canRenderCustomSection ( )
canRenderEmptyPreviewSection ( )
canRenderRaw ( )
canRenderWithDisabledCompiler ( )
createsDefaultFormFromInvalidTemplate ( )
getParsedTemplateReturnsCompiledTemplateIfFound ( )
getTemplatePathAndFilenameCallsExpectedMethodSequenceInStandardTemplateViewMode ( )
previewSectionIsOptional ( )
renderingTemplateTwiceTriggersTemplateCompilerSaving ( )
throwsParserExceptionIfTemplateSourceContainsErrors ( )
throwsRuntimeExceptionIfImproperlyInitialized ( )

보호된 메소드들

메소드 설명
getFixtureTemplatePaths ( ) : array
getPreparedViewWithTemplateFile ( $templatePathAndFilename ) : ExposedTemplateView

메소드 상세

canGetStoredVariableWithoutConfigurationSectionName() 공개 메소드

canGetTemplateByActionName() 공개 메소드

canRenderCustomSection() 공개 메소드

canRenderEmptyPreviewSection() 공개 메소드

canRenderRaw() 공개 메소드

public canRenderRaw ( )

canRenderWithDisabledCompiler() 공개 메소드

createsDefaultFormFromInvalidTemplate() 공개 메소드

getFixtureTemplatePaths() 보호된 메소드

protected getFixtureTemplatePaths ( ) : array
리턴 array

getParsedTemplateReturnsCompiledTemplateIfFound() 공개 메소드

getPreparedViewWithTemplateFile() 보호된 메소드

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

getTemplatePathAndFilenameCallsExpectedMethodSequenceInStandardTemplateViewMode() 공개 메소드

previewSectionIsOptional() 공개 메소드

renderingTemplateTwiceTriggersTemplateCompilerSaving() 공개 메소드

throwsParserExceptionIfTemplateSourceContainsErrors() 공개 메소드

throwsRuntimeExceptionIfImproperlyInitialized() 공개 메소드