Modify ↓
Ticket #33 (closed enhancement: fixed)
Implement changes to use PHPUnit2 3.0 code coverage information
| Reported by: | mrook | Owned by: | mrook |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.3.0 |
| Component: | Version: | 2.2.0RC2 | |
| Keywords: | code coverage | Cc: |
Description
From Sebastian Bergmann:
For PHPUnit 3.0 I changed the result format of the
PHPUnit2_Framework_TestResult::getCodeCoverageInformation() method from
array(
"testCase" => array(
"/tested/code.php" => array(
linenumber => flag
)
)
)
to
array(
array(
'test' => PHPUnit2_Framework_Test 'files' => array(
"/tested/code.php" => array(
linenumber => flag
)
)
)
)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
