follow up r60832 and follow up r60763
[mediawiki.git] / tests / README
blob562ee28a1f411247bcecf1d38e11d29bad5059a6
1 Some quickie unit tests done with the PHPUnit testing framework. To run the
2 test suite, run 'make test' in this dir.
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