diff --git a/phpunit.php b/phpunit.php index 8f261b600d5..fcf7110bf26 100755 --- a/phpunit.php +++ b/phpunit.php @@ -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()); }