Hi, The TestHelper.php has the code below. It stopped working with the latest PHPunit release.
foreach (array('php', 'phtml', 'csv') as $suffix) {
PHP_CodeCoverage_Filter::getInstance()->addDirectoryToBlacklist($zfCoreTests,
".$suffix");
}
Anyone got it working again?
