eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\URLAliasRefListTest::testUrlAliasRefListHrefCorrect PHP Method

testUrlAliasRefListHrefCorrect() public method

public testUrlAliasRefListHrefCorrect ( DOMDocument $dom )
$dom DOMDocument
    public function testUrlAliasRefListHrefCorrect(\DOMDocument $dom)
    {
        $this->assertXPath($dom, '/UrlAliasRefList[@href="/some/path"]');
    }