public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
tedkulp (author)
Wed May 28 20:34:42 -0700 2008
commit  2b6c09aac8a976ff9c5d713fdf95d33999a679e7
tree    a6f2adb166194fe2efe3fcafe27592045f8d8ead
parent  758653aa659219fd0d4a27f2077ff088667e297c
README
Testing is using phpunit. See:
http://www.phpunit.de

Install like so (might need sudo):
pear channel-discover pear.phpunit.de
pear install phpunit/PHPUnit

And run from this directory like:
phpunit --configuration tests.xml

This does use the current database set in config.php.  They're generally not 
descructive, but the content stuff is a bit messy.