The document discusses the current state of PHPUnit and upcoming changes. Some key points:
- PHPUnit version 3.6.12 is the current version with over 60 contributors since 3.6.0. Version 3.7 will introduce 15+ new features and fix 10+ issues.
- Efforts are being made to avoid backwards compatibility breaks between versions. A few minor BC breaks are possible.
- The PHPUnit ecosystem includes tools like Behat for BDD, Mockery for mocking, and wsUnit for testing web services.
- PHPUnit improvements include better exception reporting, JSON assertion methods, process isolation fixes, and more descriptive failure messages.
- Upcoming features include less magic