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.4.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ All notable changes of the PHPUnit 9.4 release series are documented in this fil
6
6
7
7
### Added
8
8
9
+
*[#4462](https://github.com/sebastianbergmann/phpunit/pull/4462): Support for Cobertura XML report format
9
10
*[#4464](https://github.com/sebastianbergmann/phpunit/issues/4464): Filter based on covered (`@covers`) / used (`@uses`) units of code
10
11
*[#4467](https://github.com/sebastianbergmann/phpunit/issues/4467): Convenient custom comparison of objects
11
12
* Added `--force-coverage-cache` CLI option for configuring the code coverage static analysis cache to not check whether cache files exist and are up-to-date (do not use this if you do not need it or cannot guarantee that the cache files exist and are up-to-date)
0 commit comments