From: =?utf-8?q?Matthias_Bl=C3=BCmel?= <blaimi@blaimi.de>
Date: Wed, 12 Jun 2019 22:15:44 +0200
Subject: use generated autoloader-file for unittests

The testfiles are not included in binary which makes it necessary to use a different autoloader-file with additional classes for testing.

Forwarded: not-needed
---
 test/bootstrap-dist.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/bootstrap-dist.php b/test/bootstrap-dist.php
index 57cc42a..1bfa437 100644
--- a/test/bootstrap-dist.php
+++ b/test/bootstrap-dist.php
@@ -31,3 +31,4 @@ date_default_timezone_set('UTC');
 
 require_once ROOT_PATH . 'libraries/constants.php';
 require_once AUTOLOAD_FILE;// Some phpunit configurations will need it
+require_once __DIR__ . '/autoload.php';
