PHPUnit’s CodeCoverage and CodeIgniter

We have not figured out how to integrate PHPUnit well into our projects, especially when CI’s unit test library is so handy. However, I did take the time to try using PHPUnit’s CodeCoverage metric. However, in order to get it to work, I had to blacklist the CI system directory (the application directory is outside Read more about PHPUnit’s CodeCoverage and CodeIgniter[…]