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

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testUrlAliasHrefCorrect ( DOMDocument $dom )
testUrlAliasMediaTypeCorrect ( DOMDocument $dom )
testUrlAliasRefListHrefCorrect ( DOMDocument $dom )
testUrlAliasRefListMediaTypeCorrect ( DOMDocument $dom )
testVisit ( ) : DOMDocument Test the URLAliasRefList visitor.

Protected Methods

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

Method Details

internalGetVisitor() protected method

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

testUrlAliasHrefCorrect() public method

public testUrlAliasHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testUrlAliasMediaTypeCorrect() public method

public testUrlAliasMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testUrlAliasRefListHrefCorrect() public method

public testUrlAliasRefListHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testUrlAliasRefListMediaTypeCorrect() public method

public testUrlAliasRefListMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testVisit() public method

Test the URLAliasRefList visitor.
public testVisit ( ) : DOMDocument
return DOMDocument