Method | Description | |
---|---|---|
__construct ( $out = NULL, $verbose = FALSE, $colors = FALSE, $debug = FALSE ) | ||
addError ( PHPUnit_Framework_Test $test, Exception $e, $time ) | ||
addFailure ( PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, $time ) | ||
addIncompleteTest ( PHPUnit_Framework_Test $test, Exception $e, $time ) | ||
addSkippedTest ( PHPUnit_Framework_Test $test, Exception $e, $time ) | ||
endTest ( PHPUnit_Framework_Test $test, $time ) | ||
startTestSuite ( PHPUnit_Framework_TestSuite $suite ) |
Method | Description | |
---|---|---|
printHeader ( ) | ||
writeProgress ( $progress ) |
public __construct ( $out = NULL, $verbose = FALSE, $colors = FALSE, $debug = FALSE ) |
public addError ( PHPUnit_Framework_Test $test, Exception $e, $time ) | ||
$test | PHPUnit_Framework_Test | |
$e | Exception |
public addFailure ( PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, $time ) | ||
$test | PHPUnit_Framework_Test | |
$e | PHPUnit_Framework_AssertionFailedError |
public addIncompleteTest ( PHPUnit_Framework_Test $test, Exception $e, $time ) | ||
$test | PHPUnit_Framework_Test | |
$e | Exception |
public addSkippedTest ( PHPUnit_Framework_Test $test, Exception $e, $time ) | ||
$test | PHPUnit_Framework_Test | |
$e | Exception |
public endTest ( PHPUnit_Framework_Test $test, $time ) | ||
$test | PHPUnit_Framework_Test |
public startTestSuite ( PHPUnit_Framework_TestSuite $suite ) | ||
$suite | PHPUnit_Framework_TestSuite |