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

destroyThrowsExceptionIfSessionIsNotStarted() public method

    public function destroyThrowsExceptionIfSessionIsNotStarted()
    {
        $session = new Session();
        $session->destroy();
    }
SessionTest