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

testResultContainsCreateSessionTagAttributes() public method

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