Sebastian Bergmann has posted an update of the status of the PHPUnit project to his blog today including feature additions to PHPUnit 3.1 and ones being added to other branches.
The last weeks have been busy, but now I want to take the time to finally give you an update on the status of PHPUnit. The development of PHPUnit 3.1 is progressing nicely, about the only thing missing is finishing the documentation for all the new features
Among these new features are things like:
- improvements in mock objects
- the ability for PHPUnit to write code coverage information to a test database
- some fun new template methods
- and mutation testing that's being built on the separate branch