b52e790e1df426f5bb2c34566be8a2adb130d956
[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. This directly invokes 'phpunit.'
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
10
11 You also may wish to install this via your normal package mechanism:
12
13 # aptitude install phpunit
14 - or -
15 # yum install phpunit
16
17 Notes:
18 - Label currently broken tests in the group Broken and they will not
19 be run by phpunit. You can add them to the group by putting the
20 following comment at the top of the file:
21 /**
22 * @group Broken
23 */
24 - Need to fix some broken tests