Changeset 2278 for trunk/modules/unit_test/views/kohana_unit_test.php
- Timestamp:
- 03/10/2008 05:17:44 PM (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/unit_test/views/kohana_unit_test.php
r2274 r2278 39 39 border-bottom: 1px solid #E5EFF8; 40 40 padding: 3px; 41 } 42 #kohana-unit-test .k-stats 43 { 44 font-weight: normal; 45 color: #83919C; 46 text-align: right; 41 47 } 42 48 #kohana-unit-test .k-debug … … 87 93 <table> 88 94 <tr> 89 <th colspan="2"><?php echo $class ?></th> 95 <th><?php echo $class ?></th> 96 <th class="k-stats"> 97 <?php echo Kohana::lang('unit_test.stats', $stats[$class]['passed'], array_sum($stats[$class])) ?> 98 </th> 90 99 </tr> 91 100
