From 3757b39dfe9854a7f63af36744a04f9b0b9242c3 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 1 Nov 2008 22:41:09 +0000 Subject: Improve formatting --- modules/gallery_unit_test/views/kohana_unit_test.php | 3 +++ 1 file changed, 3 insertions(+) (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 1594c700..e90b0f52 100644 --- a/modules/gallery_unit_test/views/kohana_unit_test.php +++ b/modules/gallery_unit_test/views/kohana_unit_test.php @@ -1,3 +1,4 @@ + $methods) { echo str_repeat("-", 100), "\n"; @@ -28,6 +29,7 @@ foreach ($results as $class => $methods) { echo " ", "(", gettype($result->getDebug()), ") ", var_export($result->getDebug(), true), "\n"; } + echo "\n"; } else if ($result instanceof Exception) { echo Kohana::lang("unit_test.error"), "\n"; if ($result->getMessage()) { @@ -35,6 +37,7 @@ foreach ($results as $class => $methods) { } echo " ", $result->getFile(), " (", Kohana::lang("unit_test.line"), " ", $result->getLine(), ")\n"; + echo "\n"; } } } -- cgit v1.2.3