author
|
Michiel Rook mrook@php.net
|
version
|
$Id: 07b0bdd8f6adb167b753d21663c339565e807e70 $
|
package
|
phing.tasks.ext.formatter
|
since
|
2.4.0
|
Methods
Constructor
__construct(\PHPUnitTask $parentTask)
inherited
addError
addError(\PHPUnit_Framework_Test $test, \Exception $e, float $time)
inherited
Arguments
$test
\PHPUnit_Framework_Test
addFailure
addFailure(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_AssertionFailedError $e, float $time)
inherited
Arguments
$test
\PHPUnit_Framework_Test
$e
\PHPUnit_Framework_AssertionFailedError
addIncompleteTest
addIncompleteTest(\PHPUnit_Framework_Test $test, \Exception $e, float $time)
inherited
Arguments
$test
\PHPUnit_Framework_Test
addRiskyTest
addRiskyTest(\PHPUnit_Framework_Test $test, \Exception $e, float $time)
inherited
Arguments
$test
\PHPUnit_Framework_Test
addSkippedTest
addSkippedTest(\PHPUnit_Framework_Test $test, \Exception $e, float $time)
inherited
Arguments
$test
\PHPUnit_Framework_Test
endTest
endTest(\PHPUnit_Framework_Test $test, float $time)
inherited
Arguments
$test
\PHPUnit_Framework_Test
endTestRun
endTestRun()
inherited
endTestSuite
endTestSuite(\PHPUnit_Framework_TestSuite $suite)
inherited
Arguments
$suite
\PHPUnit_Framework_TestSuite
getElapsedTime
getElapsedTime() : float|integer
inherited
getErrorCount
getErrorCount() : mixed
inherited
Returns the extension used for this formatter
getExtension() : string
inherited
Response
string
the extension
getFailureCount
getFailureCount() : mixed
inherited
getIncompleteCount
getIncompleteCount() : mixed
inherited
getMicrotime
getMicrotime() : float
inherited
getPreferredOutfile
getPreferredOutfile() : string
inherited
getRunCount
getRunCount() : mixed
inherited
getSkippedCount
getSkippedCount() : mixed
inherited
processResult
processResult(\PHPUnit_Framework_TestResult $result)
inherited
Arguments
$result
\PHPUnit_Framework_TestResult
Sets the writer the formatter is supposed to write its results to.
setOutput(\Writer $out)
inherited
startTest
startTest(\PHPUnit_Framework_Test $test)
inherited
Arguments
$test
\PHPUnit_Framework_Test
startTestRun
startTestRun()
inherited
startTestSuite
startTestSuite(\PHPUnit_Framework_TestSuite $suite)
inherited
Arguments
$suite
\PHPUnit_Framework_TestSuite
Properties
result
result : \PHPUnit_Framework_TestResult
Type(s)
\PHPUnit_Framework_TestResult
PHPUnit version
version : string
project
project :
inherited
timers
timers : boolean|array
inherited
runCounts
runCounts : boolean|array
inherited
failureCounts
failureCounts : boolean|array
inherited
errorCounts
errorCounts : boolean|array
inherited
incompleteCounts
incompleteCounts : boolean|array
inherited
skipCounts
skipCounts : boolean|array
inherited