00001 <?php 00002 00010 global $wgCommandLineMode, $IP, $optionsWithArgs; 00011 $IP = dirname( dirname( dirname( __FILE__ ) ) ); 00012 define( 'MW_PHPUNIT_TEST', true ); 00013 00014 require_once( "$IP/maintenance/commandLine.inc" ); 00015