2011-04-05 15:37:19 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/*
|
|
|
|
* This file is part of Composer.
|
|
|
|
*
|
|
|
|
* (c) Nils Adermann <naderman@naderman.de>
|
2011-10-27 20:08:46 +00:00
|
|
|
* Jordi Boggiano <j.boggiano@seld.be>
|
2011-04-05 15:37:19 +00:00
|
|
|
*
|
|
|
|
* For the full copyright and license information, please view the LICENSE
|
|
|
|
* file that was distributed with this source code.
|
|
|
|
*/
|
|
|
|
|
2012-06-27 05:27:01 +00:00
|
|
|
error_reporting(E_ALL);
|
|
|
|
|
2012-03-15 12:14:02 +00:00
|
|
|
$loader = require __DIR__.'/../src/bootstrap.php';
|
2011-11-20 14:06:12 +00:00
|
|
|
$loader->add('Composer\Test', __DIR__);
|