Neos\Flow\Tests\Unit\Session\SessionTest::touchThrowsExceptionIfCalledOnNonStartedSession PHP Method

touchThrowsExceptionIfCalledOnNonStartedSession() public method

    public function touchThrowsExceptionIfCalledOnNonStartedSession()
    {
        $session = new Session();
        $session->touch();
    }
SessionTest