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.
1 parent 1f7f73c commit bf502b4Copy full SHA for bf502b4
PHP/CodeCoverage/Filter.php
@@ -316,6 +316,7 @@ protected function prefillBlacklist()
316
$this->addDirectoryContainingClassToBlacklist('PHPUnit_Extensions_Story_TestCase', 2);
317
$this->addDirectoryContainingClassToBlacklist('Text_Template');
318
$this->addDirectoryContainingClassToBlacklist('Symfony\Component\Yaml\Yaml');
319
+ $this->addDirectoryContainingClassToBlacklist('SebastianBergmann\Version');
320
321
$this->blacklistPrefilled = TRUE;
322
}
0 commit comments