Ticket #194 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

haltonincomplete attribute for phpunit task

Reported by: anonymous Assigned to: mrook
Priority: major Milestone: 2.3.1
Component: phing-core Version: 2.3.0
Keywords: Cc:

Description

During development, you often have incomplete testcases (because you e.g. created 200 methods from UML). Currently the build fails if incomplete tests occur.

Attached is a patch that adds an 'haltonincomplete' option to phpunit task, so you can decide yourself if you want a stopped build in such cases.

Attachments

phing-1.diff (1.4 kB) - added by cweiske@cweiske.de on 11/26/07 07:50:49.
diff for phpunittask.php
phing-2.diff (0.7 kB) - added by cweiske@cweiske.de on 11/26/07 07:51:14.
diff for phpunittestrunner.php

Change History

11/26/07 07:50:49 changed by cweiske@cweiske.de

  • attachment phing-1.diff added.

diff for phpunittask.php

11/26/07 07:51:14 changed by cweiske@cweiske.de

  • attachment phing-2.diff added.

diff for phpunittestrunner.php

11/27/07 12:00:13 changed by mrook

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

12/10/07 08:51:54 changed by mrook

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

Committed in r316.


Add/Change #194 (haltonincomplete attribute for phpunit task)




Action