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

testResultContainsLocationByRemoteIdTagAttributes() public method

    public function testResultContainsLocationByRemoteIdTagAttributes($result)
    {
        $this->assertXMLTag(array('tag' => 'locationByRemoteId', 'attributes' => array('media-type' => '', 'href' => '/api/ezp/v2/content/locations{?remoteId}')), $result, 'Invalid <locationByRemoteId> tag attributes.', false);
    }
RootTest