Sample minimal test displayer. Generates only
failure messages and a pass count. For command line use. I've tried to make it look like JUnit, but I wanted to output the errors as they arrived which meant dropping the dots.
Located in /libraries/pear/simpletest/reporter.php (line 147)
SimpleScorer | --SimpleReporter | --TextReporter
Inherited from SimpleReporter
SimpleReporter::$_progress
SimpleReporter::$_size
SimpleReporter::$_test_stack
Inherited from SimpleScorer
SimpleScorer::$_exceptions
SimpleScorer::$_fails
SimpleScorer::$_is_dry_run
SimpleScorer::$_passes
Does nothing yet. The first output will be sent on the first test start.
Paints a PHP error or exception.
Paints the test failure as a stack trace.
Paints the end of the test with a summary of the passes and failures.
Paints formatted text such as dumped variables.
Paints the title only.
Inherited From SimpleReporter
SimpleReporter::SimpleReporter()
SimpleReporter::getTestCaseCount()
SimpleReporter::getTestCaseProgress()
SimpleReporter::getTestList()
SimpleReporter::inCli()
SimpleReporter::paintCaseEnd()
SimpleReporter::paintCaseStart()
SimpleReporter::paintFooter()
SimpleReporter::paintGroupEnd()
SimpleReporter::paintGroupStart()
SimpleReporter::paintHeader()
SimpleReporter::paintMethodEnd()
SimpleReporter::paintMethodStart()
Inherited From SimpleScorer
SimpleScorer::SimpleScorer()
SimpleScorer::getExceptionCount()
SimpleScorer::getFailCount()
SimpleScorer::getPassCount()
SimpleScorer::getStatus()
SimpleScorer::invoke()
SimpleScorer::makeDry()
SimpleScorer::paintCaseEnd()
SimpleScorer::paintCaseStart()
SimpleScorer::paintError()
SimpleScorer::paintException()
SimpleScorer::paintFail()
SimpleScorer::paintFormattedMessage()
SimpleScorer::paintGroupEnd()
SimpleScorer::paintGroupStart()
SimpleScorer::paintMessage()
SimpleScorer::paintMethodEnd()
SimpleScorer::paintMethodStart()
SimpleScorer::paintPass()
SimpleScorer::paintSignal()
Documentation generated on Fri, 11 Feb 2005 18:13:57 +0000 by phpDocumentor 1.3.0RC3