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

testResultContainsContentTypeByIdentifierTagAttributes() public method

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