PHP Class PhlyTest\Mustache\MustacheTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: phly/phly_mustache

Méthodes publiques

Méthode Description
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 ( )

Méthodes protégées

Méthode Description
getRecursiveView ( )

Method Details

getRecursiveView() protected méthode

protected getRecursiveView ( )

setUp() public méthode

public setUp ( )

testAllowsAliasingPartials() public méthode

testAllowsAlteringBehaviorUsingPragmas() public méthode

testAllowsSettingAlternateTemplateSuffix() public méthode

testAllowsSpecifyingAlternateDelimiters() public méthode

testAlternateDelimitersApplyToChildSections() public méthode

testAlternateDelimitersDoNotCarryToPartials() public méthode

testAlternateDelimitersSetInSectionOnlyApplyToThatSection() public méthode

testArrayValuesThatReferToPHPBuiltInsShouldNotCallThem() public méthode

testArrayValuesThatReferToStaticMethodsInArraySyntaxShouldNotCallThem() public méthode

testArrayValuesThatReferToStaticMethodsShouldNotCallThem() public méthode

testCanUseMethodReturnValueForSubstitutions() public méthode

testCanUseObjectPropertiesForSubstitutions() public méthode

testConditionalIsSkippedIfValueIsEmpty() public méthode

testConditionalIsSkippedIfValueIsFalse() public méthode

testDotNotationIsExandedToSubPropertyOfView() public méthode

testEscapesStandardCharacters() public méthode

testHandlesRecursivePartials() public méthode

testHigherOrderSectionsRenderInsideOut() public méthode

testHonorsImplicitIteratorPragma() public méthode

testInvertedSectionsRenderOnEmptyValues() public méthode

testLexerStripsUnwantedWhitespaceFromTokens() public méthode

testObjectPropertiesThatReferToPHPBuiltInsShouldNotCallThem() public méthode

testPragmasAreSectionSpecific() public méthode

testPragmasDoNotExtendToPartials() public méthode

testRendersFileTemplates() public méthode

testRendersPartials() public méthode

public testRendersPartials ( )

testRendersStringTemplates() public méthode

testStdClassAsViewShouldNotRaiseError() public méthode

testStringValuesThatReferToFunctionsShouldNotCallThem() public méthode

testStripsCommentsFromRenderedOutput() public méthode

testTagsCanContainWhitespace() public méthode

testTemplateIteratesArrays() public méthode

testTemplateIteratesTraversableObjects() public méthode

testTemplateMayUseConditionals() public méthode

testTemplateWillDereferenceNestedArrays() public méthode

testTemplateWillDereferenceNestedObjects() public méthode

testTripleMustachesPreventEscaping() public méthode

testWithDotNotationIfSubpropertyDoesNotExistEmptyStringIsRendered() public méthode