Ticket #254 (closed enhancement: fixed)
Add extra debug resultformatter to the simpletest task
| Reported by: | tarjei@… | Owned by: | hans |
|---|---|---|---|
| Priority: | major | Milestone: | 2.4.0RC1 |
| Component: | phing-tasks-ext | Version: | devel |
| Keywords: | simpletest | Cc: |
Description
When I use the simpletest task it often irritates me that it doesn't report which testcase and -method it runs before after the test case is finished. If php segfaults or explodes in another way, I got no way to track which testcase failed.
I have therefore created the following patch that prints out the testcase name before it runs and also prints a list of failed testcases when the task is finished.
The patch is against current trunk, but I have only tested it with 2.3.0.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

