Veranstaltungen-APP/vendor/phpunit/php-code-coverage/ChangeLog-12.5.md

2.9 KiB

ChangeLog

All notable changes are documented in this file using the Keep a CHANGELOG principles.

12.5.3 - 2026-02-06

Fixed

  • #1135: Internal methods driverIs*() must not assume that CodeCoverage::$driver is set

12.5.2 - 2025-12-24

Fixed

  • #1131: Invalid XML generated when both PCOV and Xdebug are loaded

12.5.1 - 2025-12-08

Changed

  • #1125: Improve performance of XML report by using XMLWriter instead of DOM

12.5.0 - 2025-11-29

Added

  • Option to not generate the <source> element for the XML report

Changed