Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 2.38 KB

ChangeLog-6.2.md

File metadata and controls

49 lines (29 loc) · 2.38 KB

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.4 - 2017-08-03

Changed

  • Do not pull in sebastian/diff ^2.0

6.2.3 - 2017-07-03

Fixed

  • Fixed #2705: stderr parameter in phpunit.xml always considered true

6.2.2 - 2017-06-13

Fixed

  • Fixed #2703: RiskyTestError class is not declared in the correct namespace

6.2.1 - 2017-06-02

Changed

  • Rolled back the change that 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

6.2.0 - 2017-06-02

Added

  • Implemented #2642: Support counting non-Iterator Traversable objects
  • Implemented #2664: Add @runClassInSeparateProcess annotation to execute all tests of a class in a single, separate process
  • 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
  • Implemented #2692: Add --no-logging option to disable logging

Changed

  • Implemented #2689: Unpack nested IteratorAggregate objects for Count constraint
  • 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