Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.37 KB

ChangeLog-11.3.md

File metadata and controls

18 lines (11 loc) · 1.37 KB

Changes in PHPUnit 11.3

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

11.3.0 - 2024-08-09

Added

  • #5869: shortenArraysForExportThreshold attribute on the <phpunit> element of the XML configuration file to limit the export of arrays to a specified number of elements (default: 0 / do not limit the export of arrays)
  • #5885: Optionally repeat TestDox output for non-successful tests after the regular TestDox output
  • #5890: Priority for hook methods

Changed

  • #5856: When the test runner is configured to fail on deprecations, notices, warnings, incomplete tests, or skipped tests then details for tests that triggered deprecations, notices, or warnings as well as tests that were marked as incomplete or skipped are always shown, respectively
  • #5869: The configuration file generated using --generate-configuration now limits the export of arrays to 10 elements in order to improve performance