Skip to content

Commit

Permalink
Fix local autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
rande committed Oct 14, 2012
1 parent 83eb838 commit 991490d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/tests/autoload.php.dist
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 991490d

Please sign in to comment.