Changeset 26

Show
Ignore:
Timestamp:
02/16/06 11:45:51 (3 years ago)
Author:
mrook
Message:

Document a change that was made in the code coverage collection

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/CHANGELOG

    r21 r26  
    1515  * Several bugfixes & behavior imporvements to ExecTask (HL, MR, Ben Gollmer) 
    1616 
    17   * Bugfixes & refactoring for SVNLastRevisioNTasi (MR, Knut Urdalen) 
     17  * Bugfixes & refactoring for SVNLastRevisionTask (MR, Knut Urdalen) 
    1818 
    1919  * Fixed reference copy bug (HL, Matthias Pigulla) 
     
    3434 
    3535  * Added PhpLintTask (Knut Urdalen) 
     36   
     37  * Removed CoverageFormatter class (MR) 
     38    NOTE: This changes the usage of the collection of PHPUnit2 code coverage reports, see the 
     39    updated documentation for the CoverageSetupTask 
     40   
    3641 
    3742Sept. 18, 2005 - Phing 2.1.1 
  • branches/2.2/docs/phing_guide/book/chapters/appendixes/AppendixC-OptionalTasks.html

    r22 r26  
    127127  </fileset> 
    128128</coverage-setup> 
    129 <phpunit2> 
    130   <formatter classname="phing.tasks.ext.coverage.CoverageFormatter" usefile="false"/> 
     129<phpunit2 codecoverage="true"> 
    131130  <batchtest> 
    132131    <fileset dir="src">