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
- #4224: Support for Union Types for test double code generation
- #4246: Tests that are supposed to have a
@coversannotation 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