コード例 #1
0
<?php

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

// This is global bootstrap for autoloading
Codeception\Util\Autoload::register('', '', __DIR__ . '/../app/classes/');
コード例 #3
0
ファイル: _bootstrap.php プロジェクト: yutin1987/phalpro
<?php

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