AzuraCast/tests/_bootstrap.php

7 lines
200 B
PHP
Raw Normal View History

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