* function isValidPassword modified to return boolean(true/false)
[lhc/web/wiklou.git] / tests / run-test.php
index 37ca851..c8d9872 100644 (file)
@@ -1,7 +1,4 @@
 <?php
 
 require_once( dirname(__FILE__) . '/../maintenance/commandLine.inc' );
-ini_set( 'include_path', get_include_path() . PATH_SEPARATOR . /*$_SERVER['PHP_PEAR_INSTALL_DIR']*/ 'C:\php\pear' );
 require( 'PHPUnit/TextUI/Command.php' );
-
-