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

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testContentTypeHref ( DOMDocument $dom )
testContentTypeMediaType ( DOMDocument $dom )
testCreationDate ( DOMDocument $dom )
testCreatorHref ( DOMDocument $dom )
testCreatorMediaType ( DOMDocument $dom )
testDefaultAlwaysAvailable ( DOMDocument $dom )
testDefaultSortField ( DOMDocument $dom )
testDefaultSortOrder ( DOMDocument $dom )
testDraftHref ( DOMDocument $dom )
testDraftType ( DOMDocument $dom )
testFirstDescription ( DOMDocument $dom )
testFirstName ( DOMDocument $dom )
testGroupsHref ( DOMDocument $dom )
testGroupsType ( DOMDocument $dom )
testId ( DOMDocument $dom )
testIdentifier ( DOMDocument $dom )
testIsContainer ( DOMDocument $dom )
testMainLanguageCode ( DOMDocument $dom )
testModificationDate ( DOMDocument $dom )
testModifierHref ( DOMDocument $dom )
testModifierMediaType ( DOMDocument $dom )
testNameSchema ( DOMDocument $dom )
testRemoteId ( DOMDocument $dom )
testSecondDescription ( DOMDocument $dom )
testSecondName ( DOMDocument $dom )
testStatus ( DOMDocument $dom )
testUrlAliasSchema ( DOMDocument $dom )
testVisitDefinedType ( ) : DOMDocument

Protected Methods

Method Description
getBasicContentType ( )
internalGetVisitor ( ) : RestContentType Get the RestContentType visitor.

Method Details

getBasicContentType() protected method

protected getBasicContentType ( )

internalGetVisitor() protected method

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

testContentTypeHref() public method

public testContentTypeHref ( DOMDocument $dom )
$dom DOMDocument

testContentTypeMediaType() public method

public testContentTypeMediaType ( DOMDocument $dom )
$dom DOMDocument

testCreationDate() public method

public testCreationDate ( DOMDocument $dom )
$dom DOMDocument

testCreatorHref() public method

public testCreatorHref ( DOMDocument $dom )
$dom DOMDocument

testCreatorMediaType() public method

public testCreatorMediaType ( DOMDocument $dom )
$dom DOMDocument

testDefaultAlwaysAvailable() public method

public testDefaultAlwaysAvailable ( DOMDocument $dom )
$dom DOMDocument

testDefaultSortField() public method

public testDefaultSortField ( DOMDocument $dom )
$dom DOMDocument

testDefaultSortOrder() public method

public testDefaultSortOrder ( DOMDocument $dom )
$dom DOMDocument

testDraftHref() public method

public testDraftHref ( DOMDocument $dom )
$dom DOMDocument

testDraftType() public method

public testDraftType ( DOMDocument $dom )
$dom DOMDocument

testFirstDescription() public method

public testFirstDescription ( DOMDocument $dom )
$dom DOMDocument

testFirstName() public method

public testFirstName ( DOMDocument $dom )
$dom DOMDocument

testGroupsHref() public method

public testGroupsHref ( DOMDocument $dom )
$dom DOMDocument

testGroupsType() public method

public testGroupsType ( DOMDocument $dom )
$dom DOMDocument

testId() public method

public testId ( DOMDocument $dom )
$dom DOMDocument

testIdentifier() public method

public testIdentifier ( DOMDocument $dom )
$dom DOMDocument

testIsContainer() public method

public testIsContainer ( DOMDocument $dom )
$dom DOMDocument

testMainLanguageCode() public method

public testMainLanguageCode ( DOMDocument $dom )
$dom DOMDocument

testModificationDate() public method

public testModificationDate ( DOMDocument $dom )
$dom DOMDocument

testModifierHref() public method

public testModifierHref ( DOMDocument $dom )
$dom DOMDocument

testModifierMediaType() public method

public testModifierMediaType ( DOMDocument $dom )
$dom DOMDocument

testNameSchema() public method

public testNameSchema ( DOMDocument $dom )
$dom DOMDocument

testRemoteId() public method

public testRemoteId ( DOMDocument $dom )
$dom DOMDocument

testSecondDescription() public method

public testSecondDescription ( DOMDocument $dom )
$dom DOMDocument

testSecondName() public method

public testSecondName ( DOMDocument $dom )
$dom DOMDocument

testStatus() public method

public testStatus ( DOMDocument $dom )
$dom DOMDocument

testUrlAliasSchema() public method

public testUrlAliasSchema ( DOMDocument $dom )
$dom DOMDocument

testVisitDefinedType() public method

public testVisitDefinedType ( ) : DOMDocument
return DOMDocument