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 f8914c0 + c2c98b8 commit a4c2053Copy full SHA for a4c2053
ChangeLog-12.3.md
@@ -4,9 +4,15 @@ All notable changes of the PHPUnit 12.3 release series are documented in this fi
4
5
## [12.3.1] - 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
## [12.3.0] - 2025-08-01
18
0 commit comments