eZ\Bundle\EzPublishRestBundle\Tests\Functional\RootTest::testResultContainsLocationByRemoteIdTag PHP Method

testResultContainsLocationByRemoteIdTag() public method

    public function testResultContainsLocationByRemoteIdTag($result)
    {
        $this->assertXMLTag(array('tag' => 'locationByRemoteId'), $result, 'Missing <locationByRemoteId> tag.', false);
    }
RootTest