public
Description: PHP5 Unit Testing Framework
Homepage: http://www.snaptest.net
Clone URL: git://github.com/Jakobo/snaptest.git
added block display on skips and todos

Signed-off-by: Jakob Heuser <jakob@felocity.org>
Jakobo (author)
Wed Jul 16 16:48:11 -0700 2008
commit  4f612243f2ec94f5e0994b44450657110bb8693f
tree    f05667c84a495a950971286cd1d55599c8d7542f
parent  db4d72c07a1fce2cfa37b372f7b64c0f835e732b
...
91
92
93
94
 
 
 
95
96
97
...
91
92
93
 
94
95
96
97
98
99
0
@@ -91,7 +91,9 @@ dd {
0
 }
0
 
0
 dd.fail, dt.fail,
0
-dd.defect, dt.defect {
0
+dd.defect, dt.defect,
0
+dd.skip, dt.skip,
0
+dd.todo, dt.todo {
0
   display: block;
0
 }
0
 

Comments

    No one has commented yet.