eZ\Bundle\EzPublishRestBundle\Tests\Functional\RootTest::testResultContainsObjectStateGroupsTagAttributes PHP Метод

testResultContainsObjectStateGroupsTagAttributes() публичный Метод

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