Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
8 lines
188 B
PHP
Executable File
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');
|