Skip to content

Commit

Permalink
Remove superfluous code.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 8, 2011
1 parent 7fff85e commit 638ddb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions phpunit.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

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

if (strpos('@php_bin@', '@php_bin') === 0) {
set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path());
}
Expand Down

0 comments on commit 638ddb2

Please sign in to comment.