repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Update Chinese translations
[mediawiki.git]
/
tests
/
run-test.php
blob
37ca851969ed44d9e79f17612a46a6fcc05e7196
1
<
?php
2
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'
);
6
7