You are here

private property PHP_CodeCoverage_Filter::$whitelistedFiles 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::whitelistedFiles

Source files that are whitelisted.

Type: array

File

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

Class

PHP_CodeCoverage_Filter
Filter for blacklisting and whitelisting of code coverage information.

Code

private $whitelistedFiles = array();