Property | Type | Description | |
---|---|---|---|
$current_test_suite | |||
$failed_tests | |||
$passed_tests | |||
$skipped_tests |
Method | Description | |
---|---|---|
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 ) | ||
printResult ( PHPUnit_Framework_TestResult $result ) | ||
startTestSuite ( PHPUnit_Framework_TestSuite $suite ) |
Method | Description | |
---|---|---|
print_failed ( $message ) | ||
print_passed ( $message ) | ||
print_skipped ( $message ) |
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 printResult ( PHPUnit_Framework_TestResult $result ) | ||
$result | PHPUnit_Framework_TestResult |
public startTestSuite ( PHPUnit_Framework_TestSuite $suite ) | ||
$suite | PHPUnit_Framework_TestSuite |