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

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testContentTypeGroupRefListHrefCorrect ( DOMDocument $dom )
testContentTypeGroupRefListMediaTypeCorrect ( DOMDocument $dom )
testFirstContentTypeGroupRefHrefCorrect ( DOMDocument $dom )
testFirstContentTypeGroupRefMediaTypeCorrect ( DOMDocument $dom )
testFirstContentTypeGroupRefUnlinkHrefCorrect ( DOMDocument $dom )
testFirstContentTypeGroupRefUnlinkMethodCorrect ( DOMDocument $dom )
testSecondContentTypeGroupRefHrefCorrect ( DOMDocument $dom )
testSecondContentTypeGroupRefMediaTypeCorrect ( DOMDocument $dom )
testSecondContentTypeGroupRefUnlinkHrefCorrect ( DOMDocument $dom )
testSecondContentTypeGroupRefUnlinkMethodCorrect ( DOMDocument $dom )
testVisit ( ) : DOMDocument Test the ContentTypeGroupRefList visitor.

Protected Methods

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

Method Details

internalGetVisitor() protected method

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

testContentTypeGroupRefListHrefCorrect() public method

public testContentTypeGroupRefListHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testContentTypeGroupRefListMediaTypeCorrect() public method

public testContentTypeGroupRefListMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testFirstContentTypeGroupRefHrefCorrect() public method

public testFirstContentTypeGroupRefHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testFirstContentTypeGroupRefMediaTypeCorrect() public method

public testFirstContentTypeGroupRefMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testFirstContentTypeGroupRefUnlinkHrefCorrect() public method

public testFirstContentTypeGroupRefUnlinkHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testFirstContentTypeGroupRefUnlinkMethodCorrect() public method

public testFirstContentTypeGroupRefUnlinkMethodCorrect ( DOMDocument $dom )
$dom DOMDocument

testSecondContentTypeGroupRefHrefCorrect() public method

public testSecondContentTypeGroupRefHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testSecondContentTypeGroupRefMediaTypeCorrect() public method

public testSecondContentTypeGroupRefMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testSecondContentTypeGroupRefUnlinkHrefCorrect() public method

public testSecondContentTypeGroupRefUnlinkHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testSecondContentTypeGroupRefUnlinkMethodCorrect() public method

public testSecondContentTypeGroupRefUnlinkMethodCorrect ( DOMDocument $dom )
$dom DOMDocument

testVisit() public method

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