The document summarizes the current state of PHPUnit and provides information about upcoming features. Key points include:
- 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.
- Upcoming features include improved exception handling, JSON assertion methods, callback matchers, OO arrays support, and a PHPUnit XSD schema file.
- The ecosystem around PHPUnit is growing with tools like Behat, Mockery, Proxy Object, and wsUnit.
Related topics: