This post originated from an RSS feed registered with PHP Buzz
by Sebastian Bergmann.
Original Post: PHPUnit Hacking Spree
Feed Title: Sebastian Bergmann
Feed URL: http://sebastian-bergmann.de/
Feed Description: Geek by nature, PHP by choice.
One of the achievements of my current hacking spree on PHPUnit - which will lead to the release of PHPUnit2-2.1.0 - is the (still limited) visualization of test coverage.
Another recent addition to PHPUnit is a generator for skeleton test classes. It uses the Reflection API to introspect the class that is to be tested and generates a test method for each method of the production code.
The work on the TestDox functionality is currently stalled due to a bug in the Zend Engine 2.