From: Philipp Holzer Date: Mon, 22 Oct 2018 18:23:06 +0000 (+0200) Subject: Fix Testing X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cbb9a2e8b7166868a6eab6c2f39ecf0a8c56f8b2;p=friendica.git Fix Testing --- diff --git a/tests/DatabaseTest.php b/tests/DatabaseTest.php index acd0b7ac18..de1bc6d014 100644 --- a/tests/DatabaseTest.php +++ b/tests/DatabaseTest.php @@ -28,6 +28,8 @@ abstract class DatabaseTest extends TestCase protected function setUp() { + require_once __DIR__.'/../boot.php'; + // Reusable App object $this->app = BaseObject::getApp();