Neos\Flow\Tests\Unit\Session\SessionTest::getTagsThrowsExceptionIfCalledOnNonStartedSession PHP Méthode

getTagsThrowsExceptionIfCalledOnNonStartedSession() public méthode

    public function getTagsThrowsExceptionIfCalledOnNonStartedSession()
    {
        $session = new Session();
        $session->getTags();
    }
SessionTest