summaryrefslogtreecommitdiff
path: root/tests/autoload.php
blob: 62589e169741fe801aa8819133d625da522cf2c3 (plain)
1
2
3
4
5
6
7
8
<?php

use Composer\Autoload\ClassLoader;

require_once __DIR__ . '/../includes/autoload.php';

/** @var ClassLoader $loader */
$loader->addPsr4('Engelsystem\\Test\\', __DIR__ . '/');