4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-13 04:36:41 +00:00
AzuraCast/tests/_bootstrap.php
2016-12-16 15:06:18 -06:00

7 lines
257 B
PHP

<?php
// This is global bootstrap for autoloading
$autoloader = require __DIR__.'/../vendor/autoload.php';
$autoloader->add('AzuraCast', __DIR__.'/../app/library');
$autoloader->addClassMap([
'CestAbstract' => __DIR__.'/functional/CestAbstract.php',
]);