SummaryPHPUnitResultFormatter

Extends \PHPUnitResultFormatter

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

Methods

endTestSuite

endTestSuite(\PHPUnit_Framework_TestSuite $suite) 
inherited

Arguments

$suite

\PHPUnit_Framework_TestSuite

endTestRun

endTestRun() 
inherited

Returns the extension used for this formatter

getExtension() : string
inherited

Response

string

the extension

Constructor

__construct(\PHPUnitTask $parentTask) 
inherited

Arguments

$parentTask

\PHPUnitTask

Calling Task

Sets the writer the formatter is supposed to write its results to.

setOutput(\Writer $out) 
inherited

Arguments

$out

\Writer

getPreferredOutfile

getPreferredOutfile() 
inherited

processResult

processResult(\PHPUnit_Framework_TestResult $result) 
inherited

Arguments

$result

\PHPUnit_Framework_TestResult

startTestRun

startTestRun() 
inherited

startTestSuite

startTestSuite(\PHPUnit_Framework_TestSuite $suite) 
inherited

Arguments

$suite

\PHPUnit_Framework_TestSuite

startTest

startTest(\PHPUnit_Framework_Test $test) 
inherited

Arguments

$test

\PHPUnit_Framework_Test

endTest

endTest(\PHPUnit_Framework_Test $test, $time) 
inherited

Arguments

$test

\PHPUnit_Framework_Test

$time

addError

addError(\PHPUnit_Framework_Test $test, \Exception $e, $time) 
inherited

Arguments

$test

\PHPUnit_Framework_Test

$e

\Exception

$time

addFailure

addFailure(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_AssertionFailedError $e, $time) 
inherited

Arguments

$test

\PHPUnit_Framework_Test

$e

\PHPUnit_Framework_AssertionFailedError

$time

addIncompleteTest

addIncompleteTest(\PHPUnit_Framework_Test $test, \Exception $e, $time) 
inherited

Arguments

$test

\PHPUnit_Framework_Test

$e

\Exception

$time

addSkippedTest

addSkippedTest(\PHPUnit_Framework_Test $test, \Exception $e, $time) 
inherited

Arguments

$test

\PHPUnit_Framework_Test

$e

\Exception

$time

getRunCount

getRunCount() 
inherited

getFailureCount

getFailureCount() 
inherited

getErrorCount

getErrorCount() 
inherited

getIncompleteCount

getIncompleteCount() 
inherited

getSkippedCount

getSkippedCount() 
inherited

getElapsedTime

getElapsedTime() 
inherited

getMicrotime

getMicrotime() 
inherited

Properties

out

out : 
inherited

project

project : 
inherited

timers

timers : 
inherited

runCounts

runCounts : 
inherited

failureCounts

failureCounts : 
inherited

errorCounts

errorCounts : 
inherited

incompleteCounts

incompleteCounts : 
inherited

skipCounts

skipCounts : 
inherited