eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\RestExecutedViewTest::provideXpathAssertions PHP Method

provideXpathAssertions() public method

    public function provideXpathAssertions()
    {
        return array(array('/View'), array('/View[@media-type="application/vnd.ez.api.View+xml"]'), array('/View[@href="/content/views/test_view"]'), array('/View/identifier'), array('/View/identifier[text()="test_view"]'), array('/View/Query'), array('/View/Query[@media-type="application/vnd.ez.api.Query+xml"]'), array('/View/Result'), array('/View/Result[@media-type="application/vnd.ez.api.ViewResult+xml"]'), array('/View/Result[@href="/content/views/test_view/results"]'), array('/View/Result/searchHits/searchHit[@score="0.123" and @index="alexandria"]'), array('/View/Result/searchHits/searchHit[@score="0.234" and @index="waze"]'));
    }