eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\VersionInfoTest::testVersionInfoContentElement PHP Method

testVersionInfoContentElement() public method

public testVersionInfoContentElement ( string $result )
$result string
    public function testVersionInfoContentElement($result)
    {
        $this->assertXMLTag(array('tag' => 'Content', 'attributes' => array('media-type' => 'application/vnd.ez.api.ContentInfo+xml', 'href' => '/content/objects/42')), $result, 'Invalid <initialLanguageCode> value.', false);
    }