Skip to content

Commit 11e5eca

Browse files
Update ChangeLog
1 parent 116155d commit 11e5eca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ChangeLog-10.5.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes of the PHPUnit 10.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5+
## [10.5.49] - 2025-MM-DD
6+
7+
### Fixed
8+
9+
* Errors due to invalid data provided using `#[TestWith]` or `#[TestWithJson]` attributes are now properly reported
10+
511
## [10.5.48] - 2025-07-11
612

713
### Fixed
@@ -436,6 +442,7 @@ All notable changes of the PHPUnit 10.5 release series are documented in this fi
436442

437443
* [#5563](https://github.com/sebastianbergmann/phpunit/issues/5563): `createMockForIntersectionOfInterfaces()` does not automatically register mock object for expectation verification
438444

445+
[10.5.49]: https://github.com/sebastianbergmann/phpunit/compare/10.5.48...10.5
439446
[10.5.48]: https://github.com/sebastianbergmann/phpunit/compare/10.5.47...10.5.48
440447
[10.5.47]: https://github.com/sebastianbergmann/phpunit/compare/10.5.46...10.5.47
441448
[10.5.46]: https://github.com/sebastianbergmann/phpunit/compare/10.5.45...10.5.46

0 commit comments

Comments
 (0)