Prints XML output of the test to a specified Writer
author |
Michiel Rook mrook@php.net |
---|---|
version |
$Id: 7c6e45b49b5c3ed423232677f22d1168b96ccc5a $ |
package |
phing.tasks.ext.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
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
logger : \PHPUnit_Util_Log_JUnit
var |
---|
\PHPUnit_Util_Log_JUnit
out :
project :
timers :
runCounts :
failureCounts :
errorCounts :
incompleteCounts :
skipCounts :