You are here

private property PHP_CodeCoverage_Filter::$blacklistedFiles in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/php-code-coverage/src/CodeCoverage/Filter.php \PHP_CodeCoverage_Filter::blacklistedFiles

Source files that are blacklisted.

Type: array

File

vendor/phpunit/php-code-coverage/src/CodeCoverage/Filter.php, line 23

Class

PHP_CodeCoverage_Filter
Filter for blacklisting and whitelisting of code coverage information.

Code

private $blacklistedFiles = array();