Method |
Description |
|
__construct ( $charset = 'utf-8' ) |
Does nothing yet. |
|
paintError ( string $message ) |
Paints a PHP error. |
|
paintException ( Exception $exception ) |
Paints a PHP exception. |
|
paintFail ( string $message ) |
Paints the test failure with a breadcrumbs trail
of the nesting test suites below the top level test. |
|
paintFooter ( string $test_name ) |
Paints the end of the test with a summary of the passes and failures. |
|
paintFormattedMessage ( string $message ) |
Paints formatted text such as dumped privateiables. |
|
paintHeader ( string $test_name ) |
Paints the top of the web page setting the title to the name of the starting test. |
|
paintSkip ( string $message ) |
Prints the message for skipping tests. |
|
sendNoCacheHeaders ( ) |
Send the headers necessary to ensure the page is reloaded on every request. |
|