News Feed
Jobs Feed
Sections




News Archive
Christian Stocker's Blog:
Visual Code Coverage with SimpleTest
January 05, 2006 @ 07:09:11

On Christian Stocker's blog today, there's his experience with testing his code coverage visually with the help of the SimpleTest framework.

For our CMS, we use SimpleTest as testing framework. We used it in other projects, and as you should never change a running team, we sticked to that for Flux CMS as well.

But one thing I saw over at PHPUnit2 and badly wanted to have, was the Code-Coverage Analysis. The pure coverage data comes from Xdebug PHPUnit2 "just" displays it nicely based on that. A quick look into the code revealed that it was easy to just use the CodeCoverage classes and so I integrated it in our testing framework.

He gives his example of how the code coverage looks, and gives the eight lines of code that it took to implement it - nice and simple...

0 comments voice your opinion now!
simpletest phpunit2 unit test code-coverage analysis simpletest phpunit2 unit test code-coverage analysis


blog comments powered by Disqus

Similar Posts

Sebastian Bergmann's Blog: PHPUnit 3.0 Beta 3

Brandon Savage: Effective Refactoring Strategies

Antony Dovgal's Blog: PHP test coverage exceeded 55%

Reinhold Weber's Blog: 40 signs you really are a lousy PHP programmer

PHPImpact Blog: TDD with Symfony: The first test always fails


Community Events











Don't see your event here?
Let us know!


community testing example tool conference opinion development podcast introduction composer series unittest release language functional framework code api interview zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework