diff --git a/tests/Test/Concerns/CreatesForum.php b/tests/Test/Concerns/CreatesForum.php index bd702ae57..ada96f3ac 100644 --- a/tests/Test/Concerns/CreatesForum.php +++ b/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()