mirror of
https://github.com/flarum/core.git
synced 2025-08-01 14:10:37 +02:00
Fix tests
This commit is contained in:
@@ -71,10 +71,6 @@ trait CreatesForum
|
|||||||
protected function createsHttpForum()
|
protected function createsHttpForum()
|
||||||
{
|
{
|
||||||
$this->app = $this->site->bootApp();
|
$this->app = $this->site->bootApp();
|
||||||
|
|
||||||
$this->http = new Server(
|
|
||||||
$this->app->getRequestHandler()
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function collectsConfiguration()
|
protected function collectsConfiguration()
|
||||||
|
Reference in New Issue
Block a user