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
Search Repo:
tedkulp (author)
Sun Jun 08 14:04:01 -0700 2008
commit  1ded79809efa67fd4ca04a96716503900fa3da9f
tree    329e9dd11e741798b71264fc1d37c69c0d7688fc
parent  eb6589d010b1cd50f6b339823c51b5c2be26f07e
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.