PHP Class eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\SectionListTest

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testResultContainsSectionListAttributes ( string $result ) Test if result contains SectionList element attributes.
testResultContainsSectionListElement ( string $result ) Test if result contains SectionList element.
testSectionListVisitsChildren ( ) Test if SectionList visitor visits the children.
testVisit ( ) : string Test the SectionList visitor.

Protected Methods

Method Description
internalGetVisitor ( ) : SectionList Get the SectionList visitor.

Method Details

internalGetVisitor() protected method

Get the SectionList visitor.
protected internalGetVisitor ( ) : SectionList
return eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\SectionList

testResultContainsSectionListAttributes() public method

Test if result contains SectionList element attributes.

testResultContainsSectionListElement() public method

Test if result contains SectionList element.

testSectionListVisitsChildren() public method

Test if SectionList visitor visits the children.

testVisit() public method

Test the SectionList visitor.
public testVisit ( ) : string
return string