public function testResultContainsRootMediaFolderTagAttributes($result)
{
$this->assertXMLTag(array('tag' => 'rootMediaFolder', 'attributes' => array('media-type' => 'application/vnd.ez.api.Location+xml', 'href' => '/api/ezp/v2/content/locations/1/43')), $result, 'Invalid <rootMediaFolder> tag attributes.', false);
}