diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-16 23:33:43 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-16 23:33:43 +0000 |
commit | 34484fb1b5b8cfd881fe5aea68b4d6ec0e46d43d (patch) | |
tree | dbec12fb3f4c11164ef1802dad5752623ce703b0 /modules | |
parent | 59bb72df888ca3652702b5ef5bbf8ef39deafadc (diff) |
Dump out the stack trace on errors.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery_unit_test/views/kohana_unit_test.php | 1 |
1 files changed, 1 insertions, 0 deletions
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"; } } } |