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:
commit  5ff950061372f6d3c32f24674eed223a0bdff9f0
tree    c306865e8d5d7b7a05696d2d643155592c1e4db5
parent  1d4e393fe0cae8142711a915f87157611a76f101
cmsmadesimple-2-0 / test / README
100644 12 lines (9 sloc) 0.34 kb
1
2
3
4
5
6
7
8
9
10
11
12
Testing is using phpspec. See:
http://phpspec.org
 
Install like so (might need sudo):
pear channel-discover pear.phpspec.org
pear install phpspec/PHPSpec
 
And run from this directory like:
phpspec -r --specdoc
 
This does use the current database set in config.php. They're generally not
descructive, but the content stuff is a bit messy.