From 628058b4ed5aefb543ceb6ca9d3b87828c66bef1 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 15 Dec 2008 08:52:32 +0000 Subject: Refresh from kohana svn trunk r3771 --- modules/unit_test/views/kohana_unit_test.php | 170 +++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 modules/unit_test/views/kohana_unit_test.php (limited to 'modules/unit_test/views/kohana_unit_test.php') diff --git a/modules/unit_test/views/kohana_unit_test.php b/modules/unit_test/views/kohana_unit_test.php new file mode 100644 index 00000000..c2a98adc --- /dev/null +++ b/modules/unit_test/views/kohana_unit_test.php @@ -0,0 +1,170 @@ + + + +
+ + $methods): +text::alternate(); + +?> + + + + + + + + + + + + + + $result): + + // Hide passed tests from report + if ($result === TRUE AND $hide_passed === TRUE) + continue; + + ?> + + + + + + + + + + + + + + + + + + + + + + + + +
+ | + , + , + , + +
+ +
getMessage()) ?>
+ getFile()) ?> ( getLine() ?>) + + getDebug() !== NULL): ?> +
getDebug()), ') ', html::specialchars(var_export($result->getDebug(), TRUE)) ?>
+ + +
+ +
getMessage()) ?>
+ getFile()) ?> ( getLine() ?>) +
+ + + +
-- cgit v1.2.3