PHP Class PhlyTest\Mustache\MustacheTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: phly/phly_mustache

Public Methods

Method 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 ( )

Protected Methods

Method Description
getRecursiveView ( )

Method Details

getRecursiveView() protected method

protected getRecursiveView ( )

setUp() public method

public setUp ( )

testAllowsAliasingPartials() public method

testAllowsAlteringBehaviorUsingPragmas() public method

testAllowsSettingAlternateTemplateSuffix() public method

testAllowsSpecifyingAlternateDelimiters() public method

testAlternateDelimitersApplyToChildSections() public method

testAlternateDelimitersDoNotCarryToPartials() public method

testAlternateDelimitersSetInSectionOnlyApplyToThatSection() public method

testArrayValuesThatReferToPHPBuiltInsShouldNotCallThem() public method

testArrayValuesThatReferToStaticMethodsInArraySyntaxShouldNotCallThem() public method

testArrayValuesThatReferToStaticMethodsShouldNotCallThem() public method

testCanUseMethodReturnValueForSubstitutions() public method

testCanUseObjectPropertiesForSubstitutions() public method

testConditionalIsSkippedIfValueIsEmpty() public method

testConditionalIsSkippedIfValueIsFalse() public method

testDotNotationIsExandedToSubPropertyOfView() public method

testEscapesStandardCharacters() public method

testHandlesRecursivePartials() public method

testHigherOrderSectionsRenderInsideOut() public method

testHonorsImplicitIteratorPragma() public method

testInvertedSectionsRenderOnEmptyValues() public method

testLexerStripsUnwantedWhitespaceFromTokens() public method

testObjectPropertiesThatReferToPHPBuiltInsShouldNotCallThem() public method

testPragmasAreSectionSpecific() public method

testPragmasDoNotExtendToPartials() public method

testRendersFileTemplates() public method

testRendersPartials() public method

public testRendersPartials ( )

testRendersStringTemplates() public method

testStdClassAsViewShouldNotRaiseError() public method

testStringValuesThatReferToFunctionsShouldNotCallThem() public method

testStripsCommentsFromRenderedOutput() public method

testTagsCanContainWhitespace() public method

testTemplateIteratesArrays() public method

testTemplateIteratesTraversableObjects() public method

testTemplateMayUseConditionals() public method

testTemplateWillDereferenceNestedArrays() public method

testTemplateWillDereferenceNestedObjects() public method

testTripleMustachesPreventEscaping() public method

testWithDotNotationIfSubpropertyDoesNotExistEmptyStringIsRendered() public method