From adee2b6f31f4dc66bceff18a5d5fae0e970ebea5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Jun 2015 08:38:53 +0200 Subject: composer: new snapshot + review autloader --- composer-bootstrap.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'composer-bootstrap.php') diff --git a/composer-bootstrap.php b/composer-bootstrap.php index dcc5a5a..713835a 100644 --- a/composer-bootstrap.php +++ b/composer-bootstrap.php @@ -1,6 +1,4 @@ registerNamespaces(array( - 'Composer\\Test' => __DIR__ -)); +$fedoraClassLoader->addPrefix('Composer\\Test\\', __DIR__); require __DIR__.'/Composer/TestCase.php'; -- cgit