You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog-9.2.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
All notable changes of the PHPUnit 9.2 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
4
4
5
+
## [9.2.2] - 2020-06-07
6
+
7
+
### Changed
8
+
9
+
* Improved message of exception that is raised when multiple matchers can be applied to a test double invocation
10
+
11
+
### Fixed
12
+
13
+
* Fixed default values for `lowUpperBound` and `highLowerBound` in `phpunit.xsd`
14
+
5
15
## [9.2.1] - 2020-06-05
6
16
7
17
### Fixed
@@ -20,5 +30,6 @@ All notable changes of the PHPUnit 9.2 release series are documented in this fil
20
30
*[#4258](https://github.com/sebastianbergmann/phpunit/pull/4258): Prevent unpredictable result by raising an exception when multiple matchers can be applied to a test double invocation
21
31
* The test runner no longer relies on `$_SERVER['REQUEST_TIME_FLOAT']` for printing the elapsed time
0 commit comments