From fa86be7df41f1b44309014829d728fc9afe88823 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 11 Dec 2008 08:26:27 +0000 Subject: whee, more ascii art --- modules/gallery_unit_test/views/kohana_unit_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/gallery_unit_test') diff --git a/modules/gallery_unit_test/views/kohana_unit_test.php b/modules/gallery_unit_test/views/kohana_unit_test.php index a6149986..e11f13bf 100644 --- a/modules/gallery_unit_test/views/kohana_unit_test.php +++ b/modules/gallery_unit_test/views/kohana_unit_test.php @@ -3,7 +3,7 @@ foreach ($results as $class => $methods) { echo "+", str_repeat("-", 98), "+\n"; printf("| %-96.96s |\n", $class); - echo "+", str_repeat("-", 98), "+\n"; + echo "+", str_repeat("-", 57), "+", str_repeat("-", 40), "+\n"; foreach (array("score", "total", "passed", "failed", "errors") as $key) { @$totals[$key] += $stats[$class][$key]; @@ -41,7 +41,7 @@ foreach ($results as $class => $methods) { } } - echo "+", str_repeat("=", 98), "+\n"; + echo "+", str_repeat("=", 57), "+", str_repeat("=", 40), "+\n"; printf("| %-40.40s %-13.13s %-13.13s %-13.13s %-13.13s |\n", $class, "Score: {$stats[$class]['score']}", -- cgit v1.2.3