00001 <?php 00002 00003 require_once( dirname(__FILE__) . '/../maintenance/commandLine.inc' ); 00004 ini_set( 'include_path', get_include_path() . PATH_SEPARATOR . /*$_SERVER['PHP_PEAR_INSTALL_DIR']*/ 'C:\php\pear' ); 00005 require( 'PHPUnit/TextUI/Command.php' ); 00006 00007