summaryrefslogtreecommitdiff
path: root/modules/gallery_unit_test/views
diff options
context:
space:
mode:
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";
}
}
}