This commit is contained in:
Marcel Pociot
2021-06-21 22:45:45 +02:00
parent d3151fd12b
commit cbe5c3014f

View File

@@ -27,6 +27,12 @@ class AdminTest extends TestCase
'followRedirects' => false,
]);
try {
$this->serverFactory->getSocket()->close();
} catch (\Throwable $e) {
//
}
$this->startServer();
}