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

testResultContainsContentTagAttributes() public method

    public function testResultContainsContentTagAttributes($result)
    {
        $this->assertXMLTag(array('tag' => 'content', 'attributes' => array('media-type' => '', 'href' => '/api/ezp/v2/content/objects')), $result, 'Invalid <content> element.', false);
    }
RootTest