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 13:18:19 -0700 2008
commit  4e50b191697edab716af42d4547e94762027498f
tree    94d6c96302b7c4931c5f4c0ea490b3bc655384e3
parent  5ff950061372f6d3c32f24674eed223a0bdff9f0
name age message
..
file README Tue May 27 13:18:19 -0700 2008 Switched tests over to phpunit [tedkulp]
file TestCmsEvents.php Tue May 27 13:18:19 -0700 2008 Switched tests over to phpunit [tedkulp]
file TestCmsLogin.php Tue May 27 13:18:19 -0700 2008 Switched tests over to phpunit [tedkulp]
file TestCmsUserTags.php Tue May 27 13:18:19 -0700 2008 Switched tests over to phpunit [tedkulp]
file populatecontent.php Tue Jan 29 12:59:44 -0800 2008 Created a test script to bulk load test pages [tedkulp]
file tests.xml Tue May 27 13:18:19 -0700 2008 Switched tests over to phpunit [tedkulp]
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.