All notable changes of the PHPUnit 9.2 release series are documented in this file using the Keep a CHANGELOG principles.
9.2.5 - 2020-06-22
9.2.4 - 2020-06-21
- #4291: #4258 breaks backward compatibility
- #4299: "No tests executed" does not always result in exit code
1 - #4306: Exceptions during code coverage driver initialization are not handled correctly
9.2.3 - 2020-06-15
- #4211:
phpdbg_*()functions are scoped toPHPUnit\phpdbg_*()
9.2.2 - 2020-06-07
- Improved message of exception that is raised when multiple matchers can be applied to a test double invocation
- Fixed default values for
lowUpperBoundandhighLowerBoundinphpunit.xsd
9.2.1 - 2020-06-05
- #4269: Test with
@coversNothingannotation is wrongly marked as risky withforceCoversAnnotation="true"
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