eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\URLWildcardListTest::testResultContainsUrlWildcardListAttributes PHP Method

testResultContainsUrlWildcardListAttributes() public method

Test if result contains UrlWildcardList element attributes.
    public function testResultContainsUrlWildcardListAttributes($result)
    {
        $this->assertXMLTag(array('tag' => 'UrlWildcardList', 'attributes' => array('media-type' => 'application/vnd.ez.api.UrlWildcardList+xml', 'href' => '/content/urlwildcards')), $result, 'Invalid <UrlWildcardList> attributes.', false);
    }