Skip to content

Commit

Permalink
Update autoload.php.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
rande committed Feb 14, 2014
1 parent f2241fe commit 83d3acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/tests/autoload.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// if the bundle is within a symfony project, try to reuse the project's autoload

$files = array(
__DIR__.'/../../vendor/autoload.php',
__DIR__.'/../../../../../app/autoload.php',
__DIR__.'/../../../../../apps/autoload.php',
__DIR__.'/../../vendor/autoload.php',
);

$autoload = false;
Expand All @@ -26,4 +26,4 @@ php composer.phar install
Visit http://getcomposer.org/ for more information.

');
}
}

0 comments on commit 83d3acb

Please sign in to comment.