mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-06-01 20:33:33 +00:00
Initial steps towards migrating to phpunit 3.5
This commit is contained in:
parent
f63b093d24
commit
ba168d1a72
16 changed files with 18 additions and 18 deletions
cake/tests/lib/coverage
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
require_once dirname(__FILE__) . '/base_coverage_report.php';
|
||||
|
||||
PHPUnit_Util_Filter::addFileToFilter(__FILE__, 'DEFAULT');
|
||||
PHP_CodeCoverage_Filter::getInstance()->addFileToBlacklist(__FILE__, 'DEFAULT');
|
||||
|
||||
class HtmlCoverageReport extends BaseCoverageReport {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue