mirror of
https://github.com/Karaka-Management/oms-Search.git
synced 2026-01-26 16:58:41 +00:00
2.8 KiB
2.8 KiB
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.6 - 2020-07-13
Fixed
- #4376: Risky test that triggers an error is displayed incorrectly
9.2.5 - 2020-06-22
Fixed
9.2.4 - 2020-06-21
Fixed
- #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
Fixed
- #4211:
phpdbg_*()functions are scoped toPHPUnit\phpdbg_*()
9.2.2 - 2020-06-07
Changed
- Improved message of exception that is raised when multiple matchers can be applied to a test double invocation
Fixed
- Fixed default values for
lowUpperBoundandhighLowerBoundinphpunit.xsd
9.2.1 - 2020-06-05
Fixed
- #4269: Test with
@coversNothingannotation is wrongly marked as risky withforceCoversAnnotation="true"
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
@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