소스 검색

Merge pull request #459 from liip/fix-test-bootstrap

use bootstrap.php.cache rather than autoload.php as the later expects bo...
Thomas 13 년 전
부모
커밋
fcbc6ad57c
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 {