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)
Tue May 27 19:57:46 -0700 2008
commit  732f687bf234822526bb48a8a1226160dcd9547d
tree    74d9d6398ed13ece81d0c6b33452d6fdade72205
parent  77198a7cb200a8819653c6d0fe870444e4d19117
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.