engelsystem/tests/autoload.php

9 lines
184 B
PHP
Raw Normal View History

2017-10-31 13:40:13 +01:00
<?php
use Composer\Autoload\ClassLoader;
require_once __DIR__ . '/../includes/autoload.php';
/** @var ClassLoader $loader */
2017-10-31 13:40:13 +01:00
$loader->addPsr4('Engelsystem\\Test\\', __DIR__ . '/');