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

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testUserHrefCorrect ( DOMDocument $dom )
testUserMediaTypeCorrect ( DOMDocument $dom )
testUserRefListHrefCorrect ( DOMDocument $dom )
testUserRefListMediaTypeCorrect ( DOMDocument $dom )
testVisit ( ) : DOMDocument Test the UserRefList visitor.

Protected Methods

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

Method Details

internalGetVisitor() protected method

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

testUserHrefCorrect() public method

public testUserHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testUserMediaTypeCorrect() public method

public testUserMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testUserRefListHrefCorrect() public method

public testUserRefListHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testUserRefListMediaTypeCorrect() public method

public testUserRefListMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testVisit() public method

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