eZ\Bundle\EzPublishRestBundle\Tests\Functional\RootTest::testResultContainsRootMediaFolderTagAttributes PHP Method

testResultContainsRootMediaFolderTagAttributes() public method

    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);
    }
RootTest