Skip to content

Commit f6d83c3

Browse files
Update ChangeLog
1 parent 9b63794 commit f6d83c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ChangeLog-12.3.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 12.3 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5+
## [12.3.4] - 2025-MM-DD
6+
7+
### Fixed
8+
9+
* [#6279](https://github.com/sebastianbergmann/phpunit/issues/6279): Deprecation triggered in data provider method affects all test methods using that data provider method
10+
511
## [12.3.3] - 2025-08-11
612

713
### Fixed
@@ -54,6 +60,7 @@ All notable changes of the PHPUnit 12.3 release series are documented in this fi
5460
* [#6229](https://github.com/sebastianbergmann/phpunit/issues/6229): `Configuration::excludeTestSuite()`, use `Configuration::excludeTestSuites()` instead
5561
* [#6246](https://github.com/sebastianbergmann/phpunit/issues/6246): Using `#[CoversNothing]` on a test method
5662

63+
[12.3.4]: https://github.com/sebastianbergmann/phpunit/compare/12.3.3...12.3
5764
[12.3.3]: https://github.com/sebastianbergmann/phpunit/compare/12.3.2...12.3.3
5865
[12.3.2]: https://github.com/sebastianbergmann/phpunit/compare/12.3.1...12.3.2
5966
[12.3.1]: https://github.com/sebastianbergmann/phpunit/compare/12.3.0...12.3.1

0 commit comments

Comments
 (0)