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

testResultContainsObjectStatesTagAttributes() public method

    public function testResultContainsObjectStatesTagAttributes($result)
    {
        $this->assertXMLTag(array('tag' => 'objectStates', 'attributes' => array('media-type' => 'application/vnd.ez.api.ObjectStateList+xml', 'href' => '/api/ezp/v2/content/objectstategroups/{objectStateGroupId}/objectstates')), $result, 'Invalid <objectStates> tag attributes.', false);
    }
RootTest