Ticket #256: CoverageSetupTask.php.patch

File CoverageSetupTask.php.patch, 357 bytes (added by Joey Mazzarelli <mazzarelli@gmail.com>, 6 months ago)

Patch for CoverageSetupTask.php

  • CoverageSetupTask.php

    old new  
    143143                { 
    144144                        $fullname = $file['fullname']; 
    145145                         
    146                         xdebug_start_code_coverage(XDEBUG_CC_UNUSED); 
     146                        xdebug_start_code_coverage(XDEBUG_CC_DEAD_CODE); 
    147147                         
    148148                        Phing::__import($fullname, $this->classpath); 
    149149