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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
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.6] - 2020-MM-DD
6
+
7
+
### Fixed
8
+
9
+
*[#4376](https://github.com/sebastianbergmann/phpunit/issues/4376): Risky test that triggers an error is displayed incorrectly
10
+
5
11
## [9.2.5] - 2020-06-22
6
12
7
13
### Fixed
@@ -50,6 +56,7 @@ All notable changes of the PHPUnit 9.2 release series are documented in this fil
50
56
*[#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
51
57
* The test runner no longer relies on `$_SERVER['REQUEST_TIME_FLOAT']` for printing the elapsed time
0 commit comments