From 079c880fd17ebc0b42bb1fca65adce812d64a270 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Mon, 21 Jun 2021 22:53:33 +0200 Subject: [PATCH] wip --- tests/Feature/Server/AdminTest.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/Feature/Server/AdminTest.php b/tests/Feature/Server/AdminTest.php index 42b42c4..ff9389a 100644 --- a/tests/Feature/Server/AdminTest.php +++ b/tests/Feature/Server/AdminTest.php @@ -27,12 +27,6 @@ class AdminTest extends TestCase 'followRedirects' => false, ]); - try { - $this->serverFactory->getSocket()->close(); - } catch (\Throwable $e) { - // - } - $this->startServer(); } @@ -69,8 +63,6 @@ class AdminTest extends TestCase /** @test */ public function it_allows_saving_settings() { - $this->serverFactory->getSocket()->close(); - $this->app['config']['expose.admin.validate_auth_tokens'] = false; /** @var ResponseInterface $response */