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

Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

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

Méthodes protégées

Méthode Description
internalGetVisitor ( ) : URLAliasRefList Get the URLAliasRefList visitor.

Method Details

internalGetVisitor() protected méthode

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

testUrlAliasHrefCorrect() public méthode

public testUrlAliasHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testUrlAliasMediaTypeCorrect() public méthode

public testUrlAliasMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testUrlAliasRefListHrefCorrect() public méthode

public testUrlAliasRefListHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testUrlAliasRefListMediaTypeCorrect() public méthode

public testUrlAliasRefListMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testVisit() public méthode

Test the URLAliasRefList visitor.
public testVisit ( ) : DOMDocument
Résultat DOMDocument