diff options
Diffstat (limited to 'composer-bootstrap.php')
| -rw-r--r-- | composer-bootstrap.php | 4 | 
1 files changed, 1 insertions, 3 deletions
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 @@  <?php  require 'Composer/autoload.php'; -$loader->registerNamespaces(array( -    'Composer\\Test'  => __DIR__ -)); +$fedoraClassLoader->addPrefix('Composer\\Test\\', __DIR__);  require __DIR__.'/Composer/TestCase.php';  | 
