All notable changes of the PHPUnit 5.3 release series are documented in this file using the Keep a CHANGELOG principles.
5.3.0 - 2016-04-01
- Implemented #1984: Support for comparison operators to
@requiresannotation - Added
--generate-configurationoption to generate an XML configuration file with suggested settings
- In strict coverage mode, a test will now be marked as risky when it does not have a
@coversannotation but is supposed to have one - The passing of test doubles from one test to another has been improved