From cbe5c3014f9d5bf651658b3e1f69a7b762b61ab9 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Mon, 21 Jun 2021 22:45:45 +0200 Subject: [PATCH] wip --- tests/Feature/Server/AdminTest.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/Feature/Server/AdminTest.php b/tests/Feature/Server/AdminTest.php index ff9389a..19e7306 100644 --- a/tests/Feature/Server/AdminTest.php +++ b/tests/Feature/Server/AdminTest.php @@ -27,6 +27,12 @@ class AdminTest extends TestCase 'followRedirects' => false, ]); + try { + $this->serverFactory->getSocket()->close(); + } catch (\Throwable $e) { + // + } + $this->startServer(); }