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-10.5.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,12 @@
2
2
3
3
All notable changes of the PHPUnit 10.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
4
4
5
-
## [10.5.1] - 2023-MM-DD
5
+
## [10.5.1] - 2023-12-01
6
6
7
7
### Fixed
8
8
9
9
*[#5593](https://github.com/sebastianbergmann/phpunit/issues/5593): Return Value Generator fails to correctly create test stub for method with `static` return type declaration when used recursively
10
+
*[#5596](https://github.com/sebastianbergmann/phpunit/issues/5596): `PHPUnit\Framework\TestCase` has `@internal` annotation in PHAR
10
11
11
12
## [10.5.0] - 2023-12-01
12
13
@@ -24,5 +25,5 @@ All notable changes of the PHPUnit 10.5 release series are documented in this fi
24
25
25
26
*[#5563](https://github.com/sebastianbergmann/phpunit/issues/5563): `createMockForIntersectionOfInterfaces()` does not automatically register mock object for expectation verification
0 commit comments