follow up r60961 just test for truth rather than using isset. Found a bug in the...
[lhc/web/wiklou.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.
3
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:
7
8 # pear channel-discover pear.phpunit.de
9 # pear install phpunit/PHPUnit