Skip to content

Commit

Permalink
- Fix #688.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 28, 2009
1 parent a8fc623 commit 77d1f53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpunit.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,7 @@

require 'PHPUnit/TextUI/Command.php';

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

PHPUnit_TextUI_Command::main();
?>

0 comments on commit 77d1f53

Please sign in to comment.