Is it possible to forcefully exclude a folder from PHPUnit\'s code coverage?
Problem I\'ve got is, that I have a Symfony 1.4 project, which has folders at ./lib/ve
./lib/ve
Ok, so I thought that you can have either the blacklist section OR the whitelist section, turns out you can have both, so I blacklisted those folders and it worked:
./lib/vendor ./lib/helper