I have released PHPUnit 3.4.2 today.
Besides the usual bug fixes, this release disables the backup and restore operations for static attributes (that was introduced in PHPUnit 3.4.0) by default.
The previous default setting caused too many problems with existing test suites (problems that would have been recognized earlier had users actually tested the PHPUnit 3.4 release candidates).
To enable the backup and restore operations for static attributes, simply pass the --static-backup command-line switch, use...
Post new comment