Ticket #254 (new enhancement)

Opened 2 months ago

Add extra debug resultformatter to the simpletest task

Reported by: tarjei@nu.no Assigned to: hans
Priority: major Milestone: 2.3.1
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


Add/Change #254 (Add extra debug resultformatter to the simpletest task)