Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.2 KB

ChangeLog-5.3.md

File metadata and controls

26 lines (15 loc) · 1.2 KB

Changes in PHPUnit 5.3

All notable changes of the PHPUnit 5.3 release series are documented in this file using the Keep a CHANGELOG principles.

5.3.1 - 2016-04-07

Fixed

  • Fixed #2128: PHPUnit 5.3 50% slower than PHPUnit 5.2 (when using large data sets with @dataProvider)

5.3.0 - 2016-04-01

Added

  • Implemented #1984: Support for comparison operators to @requires annotation
  • Added --generate-configuration option to generate an XML configuration file with suggested settings

Changed

  • In strict coverage mode, a test will now be marked as risky when it does not have a @covers annotation but is supposed to have one
  • The passing of test doubles from one test to another has been improved
  • Implemented phpunit-mock-objects/#296: Trigger an error when final or private method is configured on a test double