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

testResultContainsUsersByRemoteIdentifierTagAttributes() public method

    public function testResultContainsUsersByRemoteIdentifierTagAttributes($result)
    {
        $this->assertXMLTag(array('tag' => 'usersByRemoteId', 'attributes' => array('media-type' => 'application/vnd.ez.api.UserRefList+xml', 'href' => '/api/ezp/v2/user/users{?remoteId}')), $result, 'Invalid <usersByRemoteId> tag attributes.', false);
    }
RootTest