Prints short summary output of the test to Phing's logging system.
author |
Michiel Rook mrook@php.net |
---|---|
version |
$Id: bd9c51fa75c9b856105fc810200028d855a3782d $ |
package |
phing.tasks.ext.formatter |
since | 2.1.0 |
endTestSuite(\PHPUnit_Framework_TestSuite $suite)
\PHPUnit_Framework_TestSuite
endTestRun()
getExtension() : string
string
the extension
__construct(\PHPUnitTask $parentTask)
setOutput(\Writer $out)
getPreferredOutfile()
processResult(\PHPUnit_Framework_TestResult $result)
\PHPUnit_Framework_TestResult
startTestRun()
startTestSuite(\PHPUnit_Framework_TestSuite $suite)
\PHPUnit_Framework_TestSuite
startTest(\PHPUnit_Framework_Test $test)
\PHPUnit_Framework_Test
endTest(\PHPUnit_Framework_Test $test, $time)
\PHPUnit_Framework_Test
addError(\PHPUnit_Framework_Test $test, \Exception $e, $time)
\PHPUnit_Framework_Test
\Exception
addFailure(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_AssertionFailedError $e, $time)
\PHPUnit_Framework_Test
\PHPUnit_Framework_AssertionFailedError
addIncompleteTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
\PHPUnit_Framework_Test
\Exception
addSkippedTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
\PHPUnit_Framework_Test
\Exception
getRunCount()
getFailureCount()
getErrorCount()
getIncompleteCount()
getSkippedCount()
getElapsedTime()
getMicrotime()
out :
project :
timers :
runCounts :
failureCounts :
errorCounts :
incompleteCounts :
skipCounts :