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