Prints plain text output of the test to a specified Writer.
author |
Michiel Rook mrook@php.net |
---|---|
version |
$Id: 529f9b6ab9ced7b78871e3612cd8afce58261a6f $ |
package |
phing.tasks.ext.phpunit.formatter |
since | 2.1.0 |
getExtension() : string
string
the extension
getPreferredOutfile()
startTestSuite(\PHPUnit_Framework_TestSuite $suite)
\PHPUnit_Framework_TestSuite
endTestSuite(\PHPUnit_Framework_TestSuite $suite)
\PHPUnit_Framework_TestSuite
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
formatError($type, \PHPUnit_Framework_Test $test, \Exception $e = null)
\PHPUnit_Framework_Test
\Exception
endTestRun()
__construct(\PHPUnitTask $parentTask)
setOutput(\Writer $out)
processResult(\PHPUnit_Framework_TestResult $result)
\PHPUnit_Framework_TestResult
startTestRun()
startTest(\PHPUnit_Framework_Test $test)
\PHPUnit_Framework_Test
endTest(\PHPUnit_Framework_Test $test, $time)
\PHPUnit_Framework_Test
getRunCount()
getFailureCount()
getErrorCount()
getIncompleteCount()
getSkippedCount()
getElapsedTime()
getMicrotime()
inner :
out :
project :
timers :
runCounts :
failureCounts :
errorCounts :
incompleteCounts :
skipCounts :