We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a89e8c8 + ac44d7c commit 9215137Copy full SHA for 9215137
PHP/CodeCoverage/Filter.php
@@ -304,6 +304,10 @@ public function hasWhitelist()
304
*/
305
protected function prefillBlacklist()
306
{
307
+ if (defined('__PHPUNIT_PHAR__')) {
308
+ $this->addFileToBlacklist(__PHPUNIT_PHAR__);
309
+ }
310
+
311
$this->addDirectoryContainingClassToBlacklist('File_Iterator');
312
$this->addDirectoryContainingClassToBlacklist('PHP_CodeCoverage');
313
$this->addDirectoryContainingClassToBlacklist('PHP_Invoker');
0 commit comments