PHP Class eZ\Publish\Core\REST\Client\Tests\Output\ValueObjectVisitor\RestContentMetadataUpdateStruct

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testResultContainsContentUpdateElement ( string $result ) Tests that result contains ContentUpdate element.
testResultOwnerElement ( string $result ) Tests Owner element attributes.
testResultSectionElement ( string $result ) Tests that result contains Section element.
testVisitComplete ( ) : string Test the SectionIncludingContentMetadataUpdateStructTest visitor.
testVisitNoOwnerUpdate ( ) Tests the Owner element attributes.
testVisitNoSectionUpdate ( ) Tests attributes for Section element.

Protected Methods

Method Description
getValidValues ( ) : array Returns a set of valid struct values.
internalGetVisitor ( ) : eZ\Publish\Core\REST\Client\Output\ValueObjectVisitor\SectionIncludingContentMetadataUpdateStruct

Method Details

getValidValues() protected method

Returns a set of valid struct values.
protected getValidValues ( ) : array
return array

internalGetVisitor() protected method

protected internalGetVisitor ( ) : eZ\Publish\Core\REST\Client\Output\ValueObjectVisitor\SectionIncludingContentMetadataUpdateStruct
return eZ\Publish\Core\REST\Client\Output\ValueObjectVisitor\SectionIncludingContentMetadataUpdateStruct

testResultContainsContentUpdateElement() public method

Tests that result contains ContentUpdate element.

testResultOwnerElement() public method

Tests Owner element attributes.
public testResultOwnerElement ( string $result )
$result string

testResultSectionElement() public method

Tests that result contains Section element.
public testResultSectionElement ( string $result )
$result string

testVisitComplete() public method

Test the SectionIncludingContentMetadataUpdateStructTest visitor.
public testVisitComplete ( ) : string
return string

testVisitNoOwnerUpdate() public method

Tests the Owner element attributes.

testVisitNoSectionUpdate() public method

Tests attributes for Section element.