PHP 클래스 PhlyTest\Mustache\MustacheTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: phly/phly_mustache

공개 메소드들

메소드 설명
setUp ( )
testAllowsAliasingPartials ( )
testAllowsAlteringBehaviorUsingPragmas ( )
testAllowsSettingAlternateTemplateSuffix ( )
testAllowsSpecifyingAlternateDelimiters ( )
testAlternateDelimitersApplyToChildSections ( )
testAlternateDelimitersDoNotCarryToPartials ( )
testAlternateDelimitersSetInSectionOnlyApplyToThatSection ( )
testArrayValuesThatReferToPHPBuiltInsShouldNotCallThem ( )
testArrayValuesThatReferToStaticMethodsInArraySyntaxShouldNotCallThem ( )
testArrayValuesThatReferToStaticMethodsShouldNotCallThem ( )
testCanUseMethodReturnValueForSubstitutions ( )
testCanUseObjectPropertiesForSubstitutions ( )
testConditionalIsSkippedIfValueIsEmpty ( )
testConditionalIsSkippedIfValueIsFalse ( )
testDotNotationIsExandedToSubPropertyOfView ( )
testEscapesStandardCharacters ( )
testHandlesRecursivePartials ( )
testHigherOrderSectionsRenderInsideOut ( )
testHonorsImplicitIteratorPragma ( )
testInvertedSectionsRenderOnEmptyValues ( )
testLexerStripsUnwantedWhitespaceFromTokens ( )
testObjectPropertiesThatReferToPHPBuiltInsShouldNotCallThem ( )
testPragmasAreSectionSpecific ( )
testPragmasDoNotExtendToPartials ( )
testRendersFileTemplates ( )
testRendersPartials ( )
testRendersStringTemplates ( )
testStdClassAsViewShouldNotRaiseError ( )
testStringValuesThatReferToFunctionsShouldNotCallThem ( )
testStripsCommentsFromRenderedOutput ( )
testTagsCanContainWhitespace ( )
testTemplateIteratesArrays ( )
testTemplateIteratesTraversableObjects ( )
testTemplateMayUseConditionals ( )
testTemplateWillDereferenceNestedArrays ( )
testTemplateWillDereferenceNestedObjects ( )
testTripleMustachesPreventEscaping ( )
testWithDotNotationIfSubpropertyDoesNotExistEmptyStringIsRendered ( )

보호된 메소드들

메소드 설명
getRecursiveView ( )

메소드 상세

getRecursiveView() 보호된 메소드

protected getRecursiveView ( )

setUp() 공개 메소드

public setUp ( )

testAllowsAliasingPartials() 공개 메소드

testAllowsAlteringBehaviorUsingPragmas() 공개 메소드

testAllowsSettingAlternateTemplateSuffix() 공개 메소드

testAllowsSpecifyingAlternateDelimiters() 공개 메소드

testAlternateDelimitersApplyToChildSections() 공개 메소드

testAlternateDelimitersDoNotCarryToPartials() 공개 메소드

testAlternateDelimitersSetInSectionOnlyApplyToThatSection() 공개 메소드

testArrayValuesThatReferToPHPBuiltInsShouldNotCallThem() 공개 메소드

testArrayValuesThatReferToStaticMethodsInArraySyntaxShouldNotCallThem() 공개 메소드

testArrayValuesThatReferToStaticMethodsShouldNotCallThem() 공개 메소드

testCanUseMethodReturnValueForSubstitutions() 공개 메소드

testCanUseObjectPropertiesForSubstitutions() 공개 메소드

testConditionalIsSkippedIfValueIsEmpty() 공개 메소드

testConditionalIsSkippedIfValueIsFalse() 공개 메소드

testDotNotationIsExandedToSubPropertyOfView() 공개 메소드

testEscapesStandardCharacters() 공개 메소드

testHandlesRecursivePartials() 공개 메소드

testHigherOrderSectionsRenderInsideOut() 공개 메소드

testHonorsImplicitIteratorPragma() 공개 메소드

testInvertedSectionsRenderOnEmptyValues() 공개 메소드

testLexerStripsUnwantedWhitespaceFromTokens() 공개 메소드

testObjectPropertiesThatReferToPHPBuiltInsShouldNotCallThem() 공개 메소드

testPragmasAreSectionSpecific() 공개 메소드

testPragmasDoNotExtendToPartials() 공개 메소드

testRendersFileTemplates() 공개 메소드

testRendersPartials() 공개 메소드

public testRendersPartials ( )

testRendersStringTemplates() 공개 메소드

testStdClassAsViewShouldNotRaiseError() 공개 메소드

testStringValuesThatReferToFunctionsShouldNotCallThem() 공개 메소드

testStripsCommentsFromRenderedOutput() 공개 메소드

testTagsCanContainWhitespace() 공개 메소드

testTemplateIteratesArrays() 공개 메소드

testTemplateIteratesTraversableObjects() 공개 메소드

testTemplateMayUseConditionals() 공개 메소드

testTemplateWillDereferenceNestedArrays() 공개 메소드

testTemplateWillDereferenceNestedObjects() 공개 메소드

testTripleMustachesPreventEscaping() 공개 메소드

testWithDotNotationIfSubpropertyDoesNotExistEmptyStringIsRendered() 공개 메소드