diff options
Diffstat (limited to 'composer-bootstrap.php')
-rw-r--r-- | composer-bootstrap.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/composer-bootstrap.php b/composer-bootstrap.php index 279f1cc..19d75b3 100644 --- a/composer-bootstrap.php +++ b/composer-bootstrap.php @@ -1,5 +1,3 @@ <?php require 'Composer/autoload.php'; \Fedora\Autoloader\Autoload::addPsr0('Composer\\Test\\', __DIR__ . '/'); -require __DIR__.'/Composer/TestCase.php'; - |