1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Fix tests

This commit is contained in:
Franz Liedke
2018-09-22 00:40:19 +02:00
parent 712d1cdd1e
commit 9fabcff497

View File

@@ -71,10 +71,6 @@ trait CreatesForum
protected function createsHttpForum()
{
$this->app = $this->site->bootApp();
$this->http = new Server(
$this->app->getRequestHandler()
);
}
protected function collectsConfiguration()