From af68030fcf0c266300feb2c100149ecadef7d364 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 16 Jul 2006 01:50:23 +0000 Subject: Merge from 3.0 branch till 1264. --- tests/test_tools/simpletest/reporter.php | 178 ++++++++++++++++++++++++++----- 1 file changed, 152 insertions(+), 26 deletions(-) (limited to 'tests/test_tools/simpletest/reporter.php') diff --git a/tests/test_tools/simpletest/reporter.php b/tests/test_tools/simpletest/reporter.php index 32125c9b..ea3895e3 100644 --- a/tests/test_tools/simpletest/reporter.php +++ b/tests/test_tools/simpletest/reporter.php @@ -3,7 +3,7 @@ * base include file for SimpleTest * @package SimpleTest * @subpackage UnitTester - * @version $Id: reporter.php,v 1.33 2004/11/29 04:35:49 lastcraft Exp $ + * @version $Id: reporter.php,v 1.36 2006/02/06 06:05:18 lastcraft Exp $ */ /**#@+ @@ -11,7 +11,7 @@ */ require_once(dirname(__FILE__) . '/scorer.php'); /**#@-*/ - + /** * Sample minimal test displayer. Generates only * failure messages and a pass count. @@ -20,7 +20,7 @@ */ class HtmlReporter extends SimpleReporter { protected $_character_set; - + /** * Does nothing yet. The first output will * be sent on the first test start. For use @@ -31,7 +31,7 @@ $this->SimpleReporter(); $this->_character_set = $character_set; } - + /** * Paints the top of the web page setting the * title to the name of the starting test. @@ -50,7 +50,7 @@ print "