diff --git a/framework/core/tests/integration/TestCase.php b/framework/core/tests/integration/TestCase.php index c6928812e..31d14199a 100644 --- a/framework/core/tests/integration/TestCase.php +++ b/framework/core/tests/integration/TestCase.php @@ -19,14 +19,6 @@ use Psr\Http\Message\ServerRequestInterface; abstract class TestCase extends \PHPUnit\Framework\TestCase { - public function setUp() - { - parent::setUp(); - - // Boot the Flarum app - $this->app(); - } - /** * @var \Flarum\Foundation\InstalledApp */