Modify ↓
Ticket #190 (closed enhancement: fixed)
Add test name in printsummary in PHPUnit task
| Reported by: | julien@… | Owned by: | hans |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.3.1 |
| Component: | phing-tasks-phpunit | Version: | 2.3.0 |
| Keywords: | Cc: |
Description
This patch add name of test suite. It's usefull when you run a large test suite.
Display change from:
[phpunit] Tests run: 1, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.06671 s
To:
[phpunit] Test: menus_browserTest, Run: 1, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 0.08355 s
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

