PHP 클래스 eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\ContentTypeGroupRefListTest

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
internalGetVisitor ( ) : ContentTypeGroupRefList Get the ContentTypeGroupRefList visitor.

메소드 상세

internalGetVisitor() 보호된 메소드

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

testContentTypeGroupRefListHrefCorrect() 공개 메소드

public testContentTypeGroupRefListHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testContentTypeGroupRefListMediaTypeCorrect() 공개 메소드

public testContentTypeGroupRefListMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testFirstContentTypeGroupRefHrefCorrect() 공개 메소드

public testFirstContentTypeGroupRefHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testFirstContentTypeGroupRefMediaTypeCorrect() 공개 메소드

public testFirstContentTypeGroupRefMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testFirstContentTypeGroupRefUnlinkHrefCorrect() 공개 메소드

public testFirstContentTypeGroupRefUnlinkHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testFirstContentTypeGroupRefUnlinkMethodCorrect() 공개 메소드

public testFirstContentTypeGroupRefUnlinkMethodCorrect ( DOMDocument $dom )
$dom DOMDocument

testSecondContentTypeGroupRefHrefCorrect() 공개 메소드

public testSecondContentTypeGroupRefHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testSecondContentTypeGroupRefMediaTypeCorrect() 공개 메소드

public testSecondContentTypeGroupRefMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testSecondContentTypeGroupRefUnlinkHrefCorrect() 공개 메소드

public testSecondContentTypeGroupRefUnlinkHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testSecondContentTypeGroupRefUnlinkMethodCorrect() 공개 메소드

public testSecondContentTypeGroupRefUnlinkMethodCorrect ( DOMDocument $dom )
$dom DOMDocument

testVisit() 공개 메소드

Test the ContentTypeGroupRefList visitor.
public testVisit ( ) : DOMDocument
리턴 DOMDocument