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
Switched tests over to phpunit
tedkulp (author)
Tue May 27 13:18:19 -0700 2008
commit  4e50b191697edab716af42d4547e94762027498f
tree    94d6c96302b7c4931c5f4c0ea490b3bc655384e3
parent  5ff950061372f6d3c32f24674eed223a0bdff9f0
...
1
2
 
 
3
4
5
6
 
 
7
8
9
 
10
11
12
...
 
 
1
2
3
4
 
 
5
6
7
8
 
9
10
11
12
0
@@ -1,12 +1,12 @@
0
-Testing is using phpspec. See:
0
-http://phpspec.org
0
+Testing is using phpunit. See:
0
+http://www.phpunit.de
0
 
0
 Install like so (might need sudo):
0
-pear channel-discover pear.phpspec.org
0
-pear install phpspec/PHPSpec
0
+pear channel-discover pear.phpunit.de
0
+pear install phpunit/PHPUnit
0
 
0
 And run from this directory like:
0
-phpspec -r --specdoc
0
+phpunit --configuration tests.xml
0
 
0
 This does use the current database set in config.php. They're generally not
0
 descructive, but the content stuff is a bit messy.

Comments

    No one has commented yet.