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
cmsmadesimple-2-0 / test / README
100644 13 lines (9 sloc) 0.355 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
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.