From 9fabcff49704e0cd6237c5f711785c58c14e7901 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Sat, 22 Sep 2018 00:40:19 +0200 Subject: [PATCH] Fix tests --- framework/core/tests/Test/Concerns/CreatesForum.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/framework/core/tests/Test/Concerns/CreatesForum.php b/framework/core/tests/Test/Concerns/CreatesForum.php index bd702ae57..ada96f3ac 100644 --- a/framework/core/tests/Test/Concerns/CreatesForum.php +++ b/framework/core/tests/Test/Concerns/CreatesForum.php @@ -71,10 +71,6 @@ trait CreatesForum protected function createsHttpForum() { $this->app = $this->site->bootApp(); - - $this->http = new Server( - $this->app->getRequestHandler() - ); } protected function collectsConfiguration()