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

use Composer\Autoload\ClassLoader;

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

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