Skip to content

Commit

Permalink
Revert "Remove superfluous code."
Browse files Browse the repository at this point in the history
This reverts commit 638ddb2.
  • Loading branch information
sebastianbergmann committed Jan 3, 2012
1 parent 5c1825e commit 0b649b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpunit.php
Expand Up @@ -35,6 +35,8 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*/ */


define('PHPUnit_MAIN_METHOD', 'PHPUnit_TextUI_Command::main');

if (strpos('@php_bin@', '@php_bin') === 0) { if (strpos('@php_bin@', '@php_bin') === 0) {
require dirname(__FILE__) . DIRECTORY_SEPARATOR . 'PHPUnit' . DIRECTORY_SEPARATOR . 'Autoload.php'; require dirname(__FILE__) . DIRECTORY_SEPARATOR . 'PHPUnit' . DIRECTORY_SEPARATOR . 'Autoload.php';
} else { } else {
Expand Down

0 comments on commit 0b649b0

Please sign in to comment.