We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9aebb41 + 11e5eca commit c2c98b8Copy full SHA for c2c98b8
ChangeLog-11.5.md
@@ -4,9 +4,15 @@ All notable changes of the PHPUnit 11.5 release series are documented in this fi
4
5
## [11.5.29] - 2025-MM-DD
6
7
+### Changed
8
+
9
+* `#[IgnorePhpunitDeprecations]` is now considered for test runner deprecations (where applicable)
10
11
### Fixed
12
13
* [#6160](https://github.com/sebastianbergmann/phpunit/issues/6160): Baseline file in a subdirectory contains absolute paths
14
+* Errors due to invalid data provided using `#[TestWith]` or `#[TestWithJson]` attributes are now properly reported
15
+* The `DataProviderMethodFinished` event is now also emitted when the provided data set has an invalid key
16
17
## [11.5.28] - 2025-07-31
18
0 commit comments