summaryrefslogtreecommitdiff
path: root/modules/gallery_unit_test/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-16 23:33:43 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-16 23:33:43 +0000
commit34484fb1b5b8cfd881fe5aea68b4d6ec0e46d43d (patch)
treedbec12fb3f4c11164ef1802dad5752623ce703b0 /modules/gallery_unit_test/views
parent59bb72df888ca3652702b5ef5bbf8ef39deafadc (diff)
Dump out the stack trace on errors.
Diffstat (limited to 'modules/gallery_unit_test/views')
-rw-r--r--modules/gallery_unit_test/views/kohana_unit_test.php1
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";
}
}
}