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

testResultContainsViewsTagAttributes() public method

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