eZ\Publish\Core\REST\Client\Tests\Output\ValueObjectVisitor\RestContentMetadataUpdateStruct::testResultOwnerElement PHP Method

testResultOwnerElement() public method

Tests Owner element attributes.
public testResultOwnerElement ( string $result )
$result string
    public function testResultOwnerElement($result)
    {
        $this->assertXMLTag(array('tag' => 'Owner', 'attributes' => array('media-type' => 'application/vnd.ez.api.User+xml', 'href' => '/user/users/42')), $result, 'Invalid attributes for <Owner> element.', false);
    }