CakePHP Code Coverage for Group Tests
Posted by Tim Koschützki, on Jun 02, 2008 - in PHP & CakePHP » Testing, Debugging & Refactoring
Hey folks (what the heck, do we always start our posts with that phrase?),
Yeah so the new code coverage in the cake core is also capable of tracking the amount of code lines covered in each test case file when running a group test. Just form your groups, hop into the testsuite, run the group and then run the code coverage analyzation.
Here is an example output for one of the core groups:

I did not put this in the first post about Code Coverage Analysis in CakePHP, because this was an enhancement committed a few days after the initial code coverage implementation.