Fix Testing

This commit is contained in:
Philipp Holzer 2018-10-22 20:23:06 +02:00
parent 65f29800ff
commit cbb9a2e8b7
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5

View 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();