Closed
Description
Commit 12259bb removes support of blacklisting, but file scripts/auto_prepend.php still contains method call.
$filter->addFileToBlacklist(__FILE__);
$filter->addFileToBlacklist(dirname(__FILE__) . '/auto_append.php');
And also it breaks support of PHPUnit in PHPStorm IDE cause it's native phpunit helper uses blacklisting. This causes errors like this:
PHP Fatal error: Call to undefined method PHP_CodeCoverage_Filter::addFileToBlacklist() in ~/.phpstorm_helpers/phpunit.php on line 321
Metadata
Metadata
Assignees
Labels
No labels