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

testResultContainsRefreshSessionTagAttributes() public method

    public function testResultContainsRefreshSessionTagAttributes($result)
    {
        $this->assertXMLTag(array('tag' => 'refreshSession', 'attributes' => array('media-type' => 'application/vnd.ez.api.UserSession+xml', 'href' => '/api/ezp/v2/user/sessions/{sessionId}/refresh')), $result, 'Invalid <refreshSession> tag attributes.', false);
    }
RootTest