I hope this commit will be last or I will die()...
[mediawiki.git] / tests / README
blob3bbf97040758b7d9ead8e2cbbefb02f5c09feec7
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 PHPUnit is no longer maintained by PEAR. To get the current version of
5 PHPUnit, first uninstall any old version of PHPUnit or PHPUnit2 from PEAR, 
6 then install the current version from phpunit.de like this:
8 # pear channel-discover pear.phpunit.de
9 # pear install phpunit/PHPUnit