Fix #9332 : fix instructions in tests/README
[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 or 'php RunTests.php'
3
4 You can install PHPUnit via pear like this:
5 Firstly, register phpunit channel (it only need to be done once):
6 # pear channel-discover pear.phpunit.de
7 Then install the package:
8 # pear install phpunit/PHPUnit
9
10 Or fetch and install it manually:
11 http://www.phpunit.de/