فهرست منبع

Reuse main classloader

Jordi Boggiano 13 سال پیش
والد
کامیت
812bf9a2af
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      tests/bootstrap.php

+ 1 - 3
tests/bootstrap.php

@@ -10,8 +10,6 @@
  * file that was distributed with this source code.
  */
 
-require __DIR__.'/../vendor/.composer/autoload.php';
-
-$loader = new Composer\Autoload\ClassLoader();
+$loader = require __DIR__.'/../vendor/.composer/autoload.php';
 $loader->add('Composer\Test', __DIR__);
 $loader->register();