summaryrefslogtreecommitdiff
path: root/tests/autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/autoload.php')
-rw-r--r--tests/autoload.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/autoload.php b/tests/autoload.php
new file mode 100644
index 00000000..3168ce3d
--- /dev/null
+++ b/tests/autoload.php
@@ -0,0 +1,8 @@
+<?php
+
+use Composer\Autoload\ClassLoader;
+
+require_once __DIR__ . '/../includes/autoload.php';
+
+/** @var $loader ClassLoader */
+$loader->addPsr4('Engelsystem\\Test\\', __DIR__ . '/');