12error_reporting(E_ALL);
15$loader = require __DIR__ .
'/../src/bootstrap.php';
16$loader->add(
'ComponentInstaller\Test', __DIR__);
20$loader->add(
'Composer\Test', dirname(dirname(dirname(
$path))) .
'/tests');
An exception for terminatinating execution or to throw for unit testing.
if((! $loader=includeIfExists(__DIR__ . '/../vendor/autoload.php')) &&(! $loader=includeIfExists(__DIR__ . '/../../../autoload.php'))) return $loader