Skip to content

Commit cc53a9e

Browse files
Fix
1 parent c3f41f6 commit cc53a9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ChangeLog-13.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ All notable changes of the PHPUnit 13.2 release series are documented in this fi
2525
* [#6575](https://github.com/sebastianbergmann/phpunit/issues/6575): `--list-test-ids` CLI option and enhance `--filter` CLI option to support test ID syntax
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
28-
* [#6588](https://github.com/sebastianbergmann/phpunit/issues/6588): Canonicalize baseline
2928
* 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`)
3029

3130
### Changed
3231

3332
* [#5873](https://github.com/sebastianbergmann/phpunit/issues/5873): Chain previously registered error handler instead of silently disabling PHPUnit's error handling
33+
* [#6588](https://github.com/sebastianbergmann/phpunit/issues/6588): Canonicalize baseline
3434
* Only errors and failures are now considered for "defect first" test reordering (tests that triggered deprecations, notices, or warnings as well as incomplete, risky, and skipped tests were previous also considered)
3535

3636
### Deprecated

0 commit comments

Comments
 (0)