Ticket #190 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Add test name in printsummary in PHPUnit task

Reported by: julien@duponchelle.info Assigned to: 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

testsuitename.patch.zip (0.8 kB) - added by anonymous on 11/17/07 15:53:00.

Change History

11/17/07 15:53:00 changed by anonymous

  • attachment testsuitename.patch.zip added.

11/17/07 15:54:08 changed by julien@duponchelle.info

I attach patch in zip format else askimet say it's spam.

11/17/07 19:30:57 changed by hans

  • owner changed from mrook to hans.
  • status changed from new to assigned.

Thanks for the patch!

12/10/07 08:45:21 changed by mrook

  • status changed from assigned to closed.
  • resolution set to fixed.

Committed in r315.


Add/Change #190 (Add test name in printsummary in PHPUnit task)




Action