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
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,18 @@
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.46] - 2025-MM-DD
5
+
## [10.5.46] - 2025-05-02
6
6
7
7
### Added
8
8
9
9
*`displayDetailsOnAllIssues` attribute on the `<phpunit>` element of the XML configuration file and `--display-all-issues` CLI option for controlling whether PHPUnit should display details on all issues that are triggered (default: `false`)
10
10
*`failOnAllIssues` attribute on the `<phpunit>` element of the XML configuration file and `--fail-on-all-issues` CLI option for controlling whether PHPUnit should fail on all issues that are triggered (default: `false`)
11
11
12
+
### Changed
13
+
14
+
*[#5956](https://github.com/sebastianbergmann/phpunit/issues/5956): Improved handling of deprecated `E_STRICT` constant
15
+
* Improved message when test is considered risky for printing unexpected output
16
+
12
17
## [10.5.45] - 2025-02-06
13
18
14
19
### Changed
@@ -409,7 +414,7 @@ All notable changes of the PHPUnit 10.5 release series are documented in this fi
409
414
410
415
*[#5563](https://github.com/sebastianbergmann/phpunit/issues/5563): `createMockForIntersectionOfInterfaces()` does not automatically register mock object for expectation verification
0 commit comments