소스 검색

Fix local autoload

Thomas Rabaix 12 년 전
부모
커밋
991490da92
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Tests/tests/autoload.php.dist

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

@@ -1,7 +1,7 @@
 <?php
 
 // if the bundle is within a symfony project, try to reuse the project's autoload
-$autoload = __DIR__.'/../../../../../../app/autoload.php';
+$autoload = __DIR__.'/../../../../../../../app/autoload.php';
 
 // if the bundle is the project, try to use the composer's autoload for the tests
 $composerAutoload = __DIR__.'/../../vendor/autoload.php';