Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 516 Bytes

File metadata and controls

12 lines (6 loc) · 516 Bytes

Changes in PHPUnit 6.2

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

6.2.0 - 2017-06-02

Changed

  • When beStrictAboutCoversAnnotation="true" is configured or --strict-coverage is used then a test is now also marked as risky when it specifies units of code using @covers or @uses that are not executed by the test