tasks/ext/phpunit/formatter/SummaryPHPUnitResultFormatter.php

Show: inherited
Table of Contents

$Id: SummaryPHPUnitResultFormatter.php 1346 2011-11-01 09:53:44Z mrook $

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

This software consists of voluntary contributions made by many individuals and is licensed under the LGPL. For more information please see http://phing.info.

\SummaryPHPUnitResultFormatter

Package: phing\tasks\ext\formatter

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

Parent(s)
\PHPUnitResultFormatter
Author
Michiel Rook  
Since
2.1.0  
Version
$Id: SummaryPHPUnitResultFormatter.php 1346 2011-11-01 09:53:44Z mrook $  

Properties

Propertyprotected  $out= 'NULL'
inheritedInherited from: \PHPUnitResultFormatter::$out
Default valueNULLDetails
Type
Inherited_from
\PHPUnitResultFormatter::$out  
Propertyprotected  $project= 'NULL'
inheritedInherited from: \PHPUnitResultFormatter::$project
Default valueNULLDetails
Type
Inherited_from
\PHPUnitResultFormatter::$project  

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
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.15.1.