Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 906 Bytes

File metadata and controls

17 lines (10 loc) · 906 Bytes

Changes in PHPUnit 9.2

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

9.2.0 - 2020-06-05

Added

  • #4224: Support for Union Types for test double code generation

Changed

  • #4246: Tests that are supposed to have a @covers annotation are now marked as risky even if code coverage is not collected
  • #4258: Prevent unpredictable result by raising an exception when multiple matchers can be applied to a test double invocation
  • The test runner no longer relies on $_SERVER['REQUEST_TIME_FLOAT'] for printing the elapsed time