Modify

Ticket #190 (closed enhancement: fixed)

Opened 4 years ago

Last modified 3 years ago

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

testsuitename.patch.zip Download (774 bytes) - added by anonymous 4 years ago.

Change History

Changed 4 years ago by anonymous

comment:1 Changed 4 years ago by julien@…

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

comment:2 Changed 4 years ago by hans

  • Owner changed from mrook to hans
  • Status changed from new to assigned

Thanks for the patch!

comment:3 Changed 4 years ago by mrook

  • Status changed from assigned to closed
  • Resolution set to fixed

Committed in r315.

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.