wiki.techinc.nl/tests/README
Brion Vibber 27ba25bf40 * Start on some unit tests for GlobalFunctions
* Add makefile & readme for the lazy
2004-10-18 09:53:47 +00:00

8 lines
277 B
Text

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