]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - tests/README
MediaWiki 1.5.8 (initial commit)
[autoinstallsdev/mediawiki.git] / tests / README
1 Some quickie unit tests done with the PHPUnit testing framework. To run the
2 test suite, run 'make test' in this dir or 'php RunTests.php'
3
4 You can install PHPUnit via pear like this:
5 # pear install PHPUnit
6
7 Or fetch and install it manually:
8 http://pear.php.net/package/PHPUnit