Fix Testing
authorPhilipp Holzer <admin@philipp.info>
Mon, 22 Oct 2018 18:23:06 +0000 (20:23 +0200)
committerPhilipp Holzer <admin@philipp.info>
Mon, 22 Oct 2018 18:23:06 +0000 (20:23 +0200)
tests/DatabaseTest.php

index acd0b7a..de1bc6d 100644 (file)
@@ -28,6 +28,8 @@ abstract class DatabaseTest extends TestCase
 
        protected function setUp()
        {
+               require_once __DIR__.'/../boot.php';
+
                // Reusable App object
                $this->app = BaseObject::getApp();