Skip to content

Commit

Permalink
Removed old autoloader from tests (sonata-project#4422)
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 authored and jordisala1991 committed Mar 25, 2017
1 parent 5d960b9 commit d78d596
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Tests/tests/autoload.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

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

$autoload = false;
Expand Down
2 changes: 0 additions & 2 deletions Tests/tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
$files = array_filter(array(
__DIR__.'/../../vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/bootstrap.php',
__DIR__.'/../../vendor/symfony/phpunit-bridge/bootstrap.php',
__DIR__.'/../../../../../vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/bootstrap.php',
__DIR__.'/../../../../../vendor/symfony/phpunit-bridge/bootstrap.php',
), 'file_exists');
if ($files) {
require_once current($files);
Expand Down

0 comments on commit d78d596

Please sign in to comment.