From 34484fb1b5b8cfd881fe5aea68b4d6ec0e46d43d Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 16 Dec 2008 23:33:43 +0000 Subject: Dump out the stack trace on errors. --- modules/gallery_unit_test/views/kohana_unit_test.php | 1 + 1 file changed, 1 insertion(+) (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 df6289a9..a9826ebc 100644 --- a/modules/gallery_unit_test/views/kohana_unit_test.php +++ b/modules/gallery_unit_test/views/kohana_unit_test.php @@ -59,6 +59,7 @@ foreach ($results as $class => $methods) { } echo " ", $result->getFile(), " (Line ", $result->getLine(), ")\n"; echo "\n"; + echo $result->getTraceAsString(), "\n"; } } } -- cgit v1.2.3