Debugging code left in, probably needs an option of some kind.
[mediawiki.git] / tests / run-test.php
blob37ca851969ed44d9e79f17612a46a6fcc05e7196
1 <?php
3 require_once( dirname(__FILE__) . '/../maintenance/commandLine.inc' );
4 ini_set( 'include_path', get_include_path() . PATH_SEPARATOR . /*$_SERVER['PHP_PEAR_INSTALL_DIR']*/ 'C:\php\pear' );
5 require( 'PHPUnit/TextUI/Command.php' );