tasks/ext/simpletest/SimpleTestFormatterElement.php

Show: inherited
Table of Contents

$Id: SimpleTestFormatterElement.php 552 2009-08-29 12:18:13Z 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.

\SimpleTestFormatterElement

Package: phing\tasks\ext\simpletest

Child class of "FormatterElement", overrides setType to provide other formatter classes for SimpleTest

Parent(s)
\FormatterElement
Author
Michiel Rook  
Since
2.2.0  
Version
$Id: SimpleTestFormatterElement.php 552 2009-08-29 12:18:13Z mrook $  

Properties

Propertyprotected  $formatter= 'NULL'
inheritedInherited from: \FormatterElement::$formatter
Default valueNULLDetails
Type
Inherited_from
\FormatterElement::$formatter  
Propertyprotected  $outfile= '""'
inheritedInherited from: \FormatterElement::$outfile
Default value""Details
Type
Inherited_from
\FormatterElement::$outfile  
Propertyprotected  $parent= 'NULL'
inheritedInherited from: \FormatterElement::$parent
Default valueNULLDetails
Type
Inherited_from
\FormatterElement::$parent  
Propertyprotected  $toDir= '"."'
inheritedInherited from: \FormatterElement::$toDir
Default value"."Details
Type
Inherited_from
\FormatterElement::$toDir  
Propertyprotected  $type= '""'
inheritedInherited from: \FormatterElement::$type
Default value""Details
Type
Inherited_from
\FormatterElement::$type  
Propertyprotected  $useFile= 'true'
inheritedInherited from: \FormatterElement::$useFile
Default valuetrueDetails
Type
Inherited_from
\FormatterElement::$useFile  

Methods

methodpublicgetExtension( ) : string
inherited

Returns extension

Inherited from: \FormatterElement::getExtension()
Returns
Type Description
string
methodpublicgetFormatter( ) : \PHPUnitResultFormatter
inherited

Returns formatter object

Inherited from: \FormatterElement::getFormatter()
Returns
Type Description
\PHPUnitResultFormatter
methodpublicgetOutfile( ) : string
inherited

Returns output filename

Inherited from: \FormatterElement::getOutfile()
Returns
Type Description
string
methodpublicgetToDir( ) : string
inherited

Returns output directory

Inherited from: \FormatterElement::getToDir()
Returns
Type Description
string
methodpublicgetUseFile( ) : void
inherited

Returns whether to store formatting results in a file

Inherited from: \FormatterElement::getUseFile()
methodpublicsetClassName(  $className ) : void
inherited

Loads a specific formatter class

Inherited from: \FormatterElement::setClassName()
Parameters
Name Type Description
$className
methodpublicsetOutfile( string $outfile ) : void
inherited

Sets output filename

Inherited from: \FormatterElement::setOutfile()
Parameters
Name Type Description
$outfile string
methodpublicsetParent( \Task $parent ) : void
inherited

Sets parent task

Inherited from: \FormatterElement::setParent()
Parameters
Name Type Description
$parent \Task

Calling Task

methodpublicsetToDir( string $toDir ) : void
inherited

Sets output directory

Inherited from: \FormatterElement::setToDir()
Parameters
Name Type Description
$toDir string
methodpublicsetType( string $type ) : void

Loads a specific formatter type

Parameters
Name Type Description
$type string
methodpublicsetUseFile(  $useFile ) : void
inherited

Sets whether to store formatting results in a file

Inherited from: \FormatterElement::setUseFile()
Parameters
Name Type Description
$useFile
Documentation was generated by DocBlox 0.15.1.