Ticket #256: CoverageSetupTask.php.patch
| File CoverageSetupTask.php.patch, 357 bytes (added by Joey Mazzarelli <mazzarelli@gmail.com>, 6 months ago) |
|---|
-
CoverageSetupTask.php
old new 143 143 { 144 144 $fullname = $file['fullname']; 145 145 146 xdebug_start_code_coverage(XDEBUG_CC_ UNUSED);146 xdebug_start_code_coverage(XDEBUG_CC_DEAD_CODE); 147 147 148 148 Phing::__import($fullname, $this->classpath); 149 149
