메소드 |
설명 |
|
addError ( PHPUnit_Framework_Test $test, Exception $e, float $time ) |
An error occurred. |
|
addFailure ( PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, float $time ) |
A failure occurred. |
|
addIncompleteTest ( PHPUnit_Framework_Test $test, Exception $e, float $time ) |
Incomplete test. |
|
addSkippedTest ( PHPUnit_Framework_Test $test, Exception $e, float $time ) |
Skipped test. |
|
endTest ( PHPUnit_Framework_Test $test, float $time ) |
A test ended. |
|
endTestSuite ( PHPUnit_Framework_TestSuite $suite ) |
A test suite ended. |
|
log ( string $message, integer | boolean $backtraceDepth = 2 ) |
This is the publically accessible API for notifying the system that a
deprecated feature has been used. |
|
startTest ( PHPUnit_Framework_Test $test ) |
A test started. |
|
startTestSuite ( PHPUnit_Framework_TestSuite $suite ) |
A test suite started. |
|