eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\RestLocationRootNodeTest::testResultContainsParentLocationAttributes PHP Method

testResultContainsParentLocationAttributes() public method

Test if result contains ParentLocation element attributes.
    public function testResultContainsParentLocationAttributes($result)
    {
        $this->assertXMLTag(array('tag' => 'ParentLocation', 'attributes' => array()), $result, 'Invalid <ParentLocation> attributes.', false);
    }