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

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

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