Skip to content

PHPUnit 11.3.4

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 06:09
· 130 commits to main since this release
11.3.4
d2ef57d

Fixed

  • #4584: assertJsonStringEqualsJsonString() considers objects with sequential numeric keys equal to be arrays
  • #4625: Generator yielding keys that are neither integer or string leads to hard-to-understand error message when used as data provider
  • #4674: JSON assertions should treat objects as unordered
  • #5891: Callback constraint does not handle variadic arguments correctly when used for mock object expectations
  • #5929: TestDox output containing $ at the beginning gets truncated when used with a data provider
  • #5943: Tests configured to be in group(s) using the XML configuration file are also added to the default group

How to install or update PHPUnit