Explorar o código

Fix local autoload

Thomas Rabaix %!s(int64=12) %!d(string=hai) anos
pai
achega
991490da92
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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';