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-12.5.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All notable changes of the PHPUnit 12.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
4
4
5
+
## [12.5.23] - 2026-04-18
6
+
7
+
### Changed
8
+
9
+
* Pass `LIBXML_NONET` when parsing/validating XML configuration files to make explicit that no network I/O is performed
10
+
* Verify the result file written by an isolated child process with a random nonce before deserializing it
11
+
5
12
## [12.5.22] - 2026-04-17
6
13
7
14
### Fixed
@@ -201,6 +208,7 @@ All notable changes of the PHPUnit 12.5 release series are documented in this fi
201
208
*[#6380](https://github.com/sebastianbergmann/phpunit/pull/6380): Allow `Throwable` in `expectExceptionObject()`
202
209
* A PHPUnit notice is now emitted for test methods that create a mock object but do not configure an expectation for it
0 commit comments