فهرست منبع

Update autoload.php.dist

Thomas 11 سال پیش
والد
کامیت
83d3acb004
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Tests/tests/autoload.php.dist

+ 2 - 2
Tests/tests/autoload.php.dist

@@ -3,9 +3,9 @@
 // if the bundle is within a symfony project, try to reuse the project's autoload
 // if the bundle is within a symfony project, try to reuse the project's autoload
 
 
 $files = array(
 $files = array(
+    __DIR__.'/../../vendor/autoload.php',
     __DIR__.'/../../../../../app/autoload.php',
     __DIR__.'/../../../../../app/autoload.php',
     __DIR__.'/../../../../../apps/autoload.php',
     __DIR__.'/../../../../../apps/autoload.php',
-    __DIR__.'/../../vendor/autoload.php',
 );
 );
 
 
 $autoload = false;
 $autoload = false;
@@ -26,4 +26,4 @@ php composer.phar install
 Visit http://getcomposer.org/ for more information.
 Visit http://getcomposer.org/ for more information.
 
 
 ');
 ');
-}
+}