summaryrefslogtreecommitdiff
path: root/tests/run-test.php
blob: 37ca851969ed44d9e79f17612a46a6fcc05e7196 (plain)
1
2
3
4
5
6
7
<?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' );