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