eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\URLWildcardTest::testResultContainsForwardValueElement PHP Method

testResultContainsForwardValueElement() public method

Test if result contains forward value element.
    public function testResultContainsForwardValueElement($result)
    {
        $this->assertXMLTag(array('tag' => 'forward', 'content' => 'true'), $result, 'Invalid or non-existing <UrlWildcard> forward value element.', false);
    }