API * version param now links to the SVN
[mediawiki.git] / tests / README
blobde153184fabfb68c4450f242ef3d1dbd78bcd5da
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'
4 You can install PHPUnit via pear like this:
5 # pear install PHPUnit
7 Or fetch and install it manually:
8 http://pear.php.net/package/PHPUnit