Neos\Flow\Tests\Unit\Session\SessionTest::destroyThrowsExceptionIfSessionIsNotStarted PHP Метод

destroyThrowsExceptionIfSessionIsNotStarted() публичный Метод

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