Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 624 Bytes

File metadata and controls

12 lines (7 loc) · 624 Bytes

Changes in PHPUnit 13.4

All notable changes of the PHPUnit 13.4 release series are documented in this file using the Keep a CHANGELOG principles.

13.4.0 - 2026-10-02

Added

  • #6863: Cache which tests a test file contains
  • --coverage-jsonl CLI option and <jsonl> element for the XML configuration file to write a code coverage report in JSONL format, one JSON object per line, that reports uncovered code rather than every executable line