diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-20 22:37:14 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-20 22:37:14 +0000 |
commit | 05f26fa2d4d45d99082c81f03fa71922770d18dc (patch) | |
tree | 51d9855ccaebab0e283996ec38d8a212cd99f87b | |
parent | ec8462410f0a8705f870ce0ee2009eb62da127b8 (diff) |
Fix a problem with magenta
-rw-r--r-- | modules/gallery_unit_test/views/kohana_unit_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery_unit_test/views/kohana_unit_test.php b/modules/gallery_unit_test/views/kohana_unit_test.php index a9826ebc..a276235b 100644 --- a/modules/gallery_unit_test/views/kohana_unit_test.php +++ b/modules/gallery_unit_test/views/kohana_unit_test.php @@ -27,7 +27,7 @@ foreach ($results as $class => $methods) { } if (empty($methods)) { - printf("| %-96.96s |\n", magenta("NO TESTS FOUND")); + printf("| %s%-96.96s%s |\n", magenta_start(), "NO TESTS FOUND", color_end()); } else { foreach ($methods as $method => $result) { // Hide passed tests from report |