فهرست منبع

use bootstrap.php.cache rather than autoload.php as the later expects bootstrap to have been run for having Symfony\Component\ClassLoader\UniversalClassLoader loaded

dbu 13 سال پیش
والد
کامیت
e72d856f1b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Tests/tests/autoload.php.dist

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

@@ -1,7 +1,7 @@
 <?php
 
 // try to reuse lib defined in a current symfony2 project
-$autoload = __DIR__.'/../../../../../../app/autoload.php';
+$autoload = __DIR__.'/../../../../../../app/bootstrap.php.cache';
 if (is_file($autoload)) {
     include $autoload;
 } else {