Getting XDebug working with PHPUnit for code coverage reports

Posted on 29th December 2006 by Nio in 程序人生

Getting XDebug working with PHPUnit for code coverage reports

I've been playing with PHPUnit a lot of late, particularly with framework development. One thing that's always hard to determine is how well your code is exercised — basically, how much of the code is tested in the unit tests?

In PHPUnit 3, you can now generate code coverage reports using XDebug, and the usage is very simple: [....]

有机会试一试。

No Comments »

No comments yet.

Leave a comment