SimpleTestDebugResultFormatter

Extends \SimpleTestResultFormatter

Prints plain text output of the test to a specified Writer.

author

Michiel Rook mrook@php.net

version

$Id: 6a0564d9f5a6757229f329a0d39018796ae9c751 $

package

phing.tasks.ext.simpletest

since 2.2.0

Methods

formatError

formatError( $type,  $message) 

Arguments

$type

$message

getElapsedTime

getElapsedTime() : integer
inherited

Response

integer

getErrorCount

getErrorCount() : integer
inherited

Response

integer

Returns the extension used for this formatter

getExtension() : string
inherited

Response

string

the extension

getFailureCount

getFailureCount() : integer
inherited

Response

integer

getPreferredOutfile

getPreferredOutfile() : string
inherited

Response

string

getRunCount

getRunCount() : integer
inherited

Response

integer

getTestName

getTestName() : string
inherited

Response

string

paint

paint( $msg) 

Arguments

$msg

paintCaseEnd

paintCaseEnd(string $test_name) 
inherited

Arguments

$test_name

string

paintCaseStart

paintCaseStart(string $test_name) 
inherited

Arguments

$test_name

string

paintError

paintError(string $message) 
inherited

Arguments

$message

string

paintException

paintException(\Exception $message) 

Arguments

$message

\Exception

paintFail

paintFail(string $message) 
inherited

Arguments

$message

string

paintMethodEnd

paintMethodEnd(string $test_name) 
inherited

Arguments

$test_name

string

paintMethodStart

paintMethodStart(string $test_name) 
inherited

Arguments

$test_name

string

printFailingTests

printFailingTests() 

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

setOutput(\Writer $out) 
inherited

Arguments

$out

\Writer

Sets the project

setProject(\Project $project) 
inherited

Arguments

$project

\Project

Properties

current_case

current_case : 

Type(s)

current_test

current_test : 

Type(s)

failingTests

failingTests : 

Type(s)

out

out : 
inherited

Type(s)

project

project : 
inherited

Type(s)

timer

timer : 
inherited

Type(s)

runCount

runCount : 
inherited

Type(s)

failureCount

failureCount : 
inherited

Type(s)

errorCount

errorCount : 
inherited

Type(s)

currentTest

currentTest : 
inherited

Type(s)