<?php

// This is global bootstrap for autoloading
Codeception\Util\Autoload::register('Etki\\Composer\\Installers\\Opencart\\Tests\\Support', '', __DIR__ . DIRECTORY_SEPARATOR . '_support');
<?php

// This is global bootstrap for autoloading
Codeception\Util\Autoload::register('', '', __DIR__ . '/../app/classes/');
Exemple #3
0
<?php

require_once __DIR__ . '/../vendor/autoload.php';
Codeception\Util\Autoload::register('Phalpro', 'Validator', __DIR__ . '/../src');