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-13.1.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 13.1 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
4
4
5
+
## [13.1.7] - 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
## [13.1.6] - 2026-04-17
6
13
7
14
### Fixed
@@ -89,6 +96,7 @@ All notable changes of the PHPUnit 13.1 release series are documented in this fi
89
96
*[#6433](https://github.com/sebastianbergmann/phpunit/issues/6433): Logic in `TestSuiteLoader` is brittle and causes "Class FooTest not found" even for valid tests in valid filenames
90
97
*[#6463](https://github.com/sebastianbergmann/phpunit/issues/6463): Process Isolation fails on non-serializable globals and quietly ignore closures
0 commit comments