Skip to content

Commit 68d5dbb

Browse files
Update ChangeLog
1 parent 87c6a1c commit 68d5dbb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ChangeLog-13.2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ All notable changes of the PHPUnit 13.2 release series are documented in this fi
2626
* [#6577](https://github.com/sebastianbergmann/phpunit/issues/6577): `--run-test-id <test-id>` CLI option that accepts a single test ID for exact matching
2727
* [#6579](https://github.com/sebastianbergmann/phpunit/pull/6579): Properly handle issues triggered outside of tests
2828
* [#6597](https://github.com/sebastianbergmann/phpunit/pull/6597): Compact output (activated through `--compact` CLI option and `PHPUNIT_COMPACT_OUTPUT=1` environment variable)
29+
* [#6606](https://github.com/sebastianbergmann/phpunit/pull/6606): Support for partially ordered parameter sets in mock object expectations
2930
* The `executionOrder` attribute in the XML configuration file now accepts `defects` combined with any main order, as well as three-way combinations of `depends`/`no-depends`, `defects`, and a main order (for example, `depends,defects,duration-ascending`)
3031
* `--validate-configuration` CLI option to validate an XML configuration file for PHPUnit
3132
* Report per-test and per-test-suite resource usage (time, memory usage, peak memory usage) in Open Test Reporting XML

0 commit comments

Comments
 (0)