Skip to content

Commit

Permalink
Revert "Merge pull request sebastianbergmann#932 from onigoetz/patch-1"
Browse files Browse the repository at this point in the history
This reverts commit 12a391c, reversing
changes made to 439f7f6.
  • Loading branch information
whatthejeff committed May 30, 2013
1 parent 12a391c commit a192c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer/bin/phpunit
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
define('PHPUnit_MAIN_METHOD', 'PHPUnit_TextUI_Command::main');

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

foreach ($files as $file) {
Expand Down

0 comments on commit a192c68

Please sign in to comment.