Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 961 Bytes

ChangeLog-6.2.md

File metadata and controls

18 lines (10 loc) · 961 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

Added

  • Implemented #2642: Support counting non-Iterator Traversable objects
  • Implemented #2666: Allow using a Traversable as data provider (not only Iterator)
  • Implemented #2670: Add support for disabling the conversion of E_DEPRECATED to exceptions

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