summaryrefslogtreecommitdiff
path: root/tests/README
blob: de153184fabfb68c4450f242ef3d1dbd78bcd5da (plain)
1
2
3
4
5
6
7
8
Some quickie unit tests done with the PHPUnit testing framework. To run the
test suite, run 'make test' in this dir or 'php RunTests.php'

You can install PHPUnit via pear like this:
# pear install PHPUnit

Or fetch and install it manually:
http://pear.php.net/package/PHPUnit