Files
abcParser/tests/_bootstrap.php
richard 2cdf7dd1cf
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
update webpatser/laravel-uuid to version 3
2020-06-20 12:36:34 -04:00

8 lines
188 B
PHP
Executable File

<?php
// This is global bootstrap for autoloading
use Codeception\Util\Autoload;
include_once 'vendor/autoload.php';
Autoload::addNamespace('Tests', codecept_root_dir() . 'tests/unit');