Files
eCert-MBIP/vendor/phpunit/php-code-coverage/ChangeLog-12.5.md

3.7 KiB

ChangeLog

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

12.5.6 - 2026-04-15

Fixed

  • #1150: Abstract method declarations are incorrectly counted as executable lines

12.5.5 - 2026-04-13

Fixed

  • #1149: Lines spanned by attributes are treated as executable

12.5.4 - 2026-04-12

Fixed

  • #1147: CoversClass does not transitively target traits used by enumerations

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