update webpatser/laravel-uuid to version 3
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
This commit is contained in:
4
tests/_bootstrap.php
Normal file → Executable file
4
tests/_bootstrap.php
Normal file → Executable file
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
// This is global bootstrap for autoloading
|
||||
|
||||
use Codeception\Util\Autoload;
|
||||
|
||||
include_once 'vendor/autoload.php';
|
||||
\Codeception\Util\Autoload::addNamespace('Tests', codecept_root_dir().'tests/unit');
|
||||
Autoload::addNamespace('Tests', codecept_root_dir() . 'tests/unit');
|
||||
|
||||
Reference in New Issue
Block a user