Modify ↓
Ticket #313 (closed task: fixed)
Incorrect PhpDoc package of SimpleTestResultFormatter
| Reported by: | hangy | Owned by: | hans |
|---|---|---|---|
| Priority: | low | Milestone: | 2.3.3 |
| Component: | phing-tasks-ext | Version: | 2.3.2 |
| Keywords: | phpdoc | Cc: |
Description
Totally trivial, but SimpleTestResultFormatter.php reads
* @package phing.tasks.ext.phpunit2
which should actually be
* @package phing.tasks.ext.simpletest
Yeah, it is a total nitpick. :D
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

(In [430]) Refs #313 - fix incorrect phpdoc package