tasks/ext/phpunit/formatter/SummaryPHPUnitResultFormatter.php

Show: inherited
Table of Contents

\SummaryPHPUnitResultFormatter

Package: phing\tasks\ext\formatter

Prints short summary output of the test to Phing's logging system.

Parent(s)
\PHPUnitResultFormatter < ?\PHPUnit_Framework_TestListener
Author
Michiel Rook  
Since
2.1.0  
Version
$Id: bd9c51fa75c9b856105fc810200028d855a3782d $  

Properties

Propertyprivate  $errorCounts= 'false'
inheritedInherited from: \PHPUnitResultFormatter::$$errorCounts
Default valuefalseDetails
Type
n/a
Inherited_from
\PHPUnitResultFormatter::$$errorCounts  
Propertyprivate  $failureCounts= 'false'
inheritedInherited from: \PHPUnitResultFormatter::$$failureCounts
Default valuefalseDetails
Type
n/a
Inherited_from
\PHPUnitResultFormatter::$$failureCounts  
Propertyprivate  $incompleteCounts= 'false'
Default valuefalseDetails
Type
n/a
Inherited_from
\PHPUnitResultFormatter::$$incompleteCounts  
Propertyprotected  $out= 'NULL'
inheritedInherited from: \PHPUnitResultFormatter::$$out
Default valueNULLDetails
Type
n/a
Inherited_from
\PHPUnitResultFormatter::$$out  
Propertyprotected  $project= 'NULL'
inheritedInherited from: \PHPUnitResultFormatter::$$project
Default valueNULLDetails
Type
n/a
Inherited_from
\PHPUnitResultFormatter::$$project  
Propertyprivate  $runCounts= 'false'
inheritedInherited from: \PHPUnitResultFormatter::$$runCounts
Default valuefalseDetails
Type
n/a
Inherited_from
\PHPUnitResultFormatter::$$runCounts  
Propertyprivate  $skipCounts= 'false'
inheritedInherited from: \PHPUnitResultFormatter::$$skipCounts
Default valuefalseDetails
Type
n/a
Inherited_from
\PHPUnitResultFormatter::$$skipCounts  
Propertyprivate  $timers= 'false'
inheritedInherited from: \PHPUnitResultFormatter::$$timers
Default valuefalseDetails
Type
n/a
Inherited_from
\PHPUnitResultFormatter::$$timers  

Methods

methodpublic__construct( \PHPUnitTask $parentTask ) : void
inherited

Constructor

Inherited from: \PHPUnitResultFormatter::__construct()
Parameters
Name Type Description
$parentTask \PHPUnitTask

Calling Task

methodpublicaddError(  $test,  $e,  $time ) : void
inherited

Inherited from: \PHPUnitResultFormatter::addError()
Parameters
Name Type Description
$test
$e
$time
methodpublicaddFailure(  $test,  $e,  $time ) : void
inherited

Inherited from: \PHPUnitResultFormatter::addFailure()
Parameters
Name Type Description
$test
$e
$time
methodpublicaddIncompleteTest(  $test,  $e,  $time ) : void
Parameters
Name Type Description
$test
$e
$time
methodpublicaddSkippedTest(  $test,  $e,  $time ) : void
inherited

Inherited from: \PHPUnitResultFormatter::addSkippedTest()
Parameters
Name Type Description
$test
$e
$time
methodpublicendTest(  $test,  $time ) : void
inherited

Inherited from: \PHPUnitResultFormatter::endTest()
Parameters
Name Type Description
$test
$time
methodpublicendTestRun( ) : void

methodpublicendTestSuite(  $suite ) : void

Parameters
Name Type Description
$suite
methodpublicgetElapsedTime( ) : void
inherited

Inherited from: \PHPUnitResultFormatter::getElapsedTime()
methodpublicgetErrorCount( ) : void
inherited

Inherited from: \PHPUnitResultFormatter::getErrorCount()
methodpublicgetExtension( ) : string

Returns the extension used for this formatter

Returns
Type Description
string the extension
methodpublicgetFailureCount( ) : void
inherited

Inherited from: \PHPUnitResultFormatter::getFailureCount()
methodpublicgetIncompleteCount( ) : void
methodprivategetMicrotime( ) : void
inherited

Inherited from: \PHPUnitResultFormatter::getMicrotime()
methodpublicgetPreferredOutfile( ) : void
methodpublicgetRunCount( ) : void
inherited

Inherited from: \PHPUnitResultFormatter::getRunCount()
methodpublicgetSkippedCount( ) : void
inherited

Inherited from: \PHPUnitResultFormatter::getSkippedCount()
methodpublicprocessResult(  $result ) : void
inherited

Inherited from: \PHPUnitResultFormatter::processResult()
Parameters
Name Type Description
$result
methodpublicsetOutput(  $out ) : void
inherited

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

Inherited from: \PHPUnitResultFormatter::setOutput()
Parameters
Name Type Description
$out
methodpublicstartTest(  $test ) : void
inherited

Inherited from: \PHPUnitResultFormatter::startTest()
Parameters
Name Type Description
$test
methodpublicstartTestRun( ) : void
inherited

Inherited from: \PHPUnitResultFormatter::startTestRun()
methodpublicstartTestSuite(  $suite ) : void
inherited

Inherited from: \PHPUnitResultFormatter::startTestSuite()
Parameters
Name Type Description
$suite
Documentation was generated by DocBlox 0.18.1.