Skip to content

Incomplete remove of blacklisting #390

Closed
@evgeny-l

Description

@evgeny-l

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions