Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 977 Bytes

File metadata and controls

15 lines (9 loc) · 977 Bytes

Changes in PHPUnit 5.2

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

5.2.0 - 2016-02-05

Added

  • Implemented #1902: Mark a test as risky when it performs an assertion on a test double
  • Implemented #1905: Add --fail-on-risky and --fail-on-warning commandline options as well as failOnRisky and failOnWarning configuration options
  • Implemented #1912: Add support for specifying the extension version with the @requires annotation
  • Implemented #1977: Add support for disabling annotations that control the ignoring of code coverage