Méthode |
Description |
|
__construct ( ) |
Does nothing yet. The first output will be sent on the first test start. |
|
paintError ( string $message ) |
Paints a PHP error or exception. |
|
paintException ( Exception $exception ) |
Paints a PHP error or exception. |
|
paintFail ( string $message ) |
Paints the test failure as a stack trace. |
|
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 title only. |
|
paintSkip ( string $message ) |
Prints the message for skipping tests. |
|