Unit tests use Simpletest (http://simpletest.org/, http://sourceforge.net/projects/simpletest/) framework.
-------------------------------------------
How to make it all run?
1) Edit config.php so that
a) SIMPLE_TEST points to simpletest root directory and
b) PHP_XFORMS_ROOT points to PhpXforms root (should be ok in the just-downloaded package)
2) Make sure you have permissions to write to unit_tests directory
3) In a shell, type php runtests.cli.php
-------------------------------------------
Use tests as documentation
|