Skip to content

Commit 5b2ace8

Browse files
Update ChangeLog
1 parent a6ae2e2 commit 5b2ace8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

5+
## [12.1.3] - 2025-MM-DD
6+
7+
### Fixed
8+
9+
* [#6173](https://github.com/sebastianbergmann/phpunit/issues/6173): Output from `error_log()` is not displayed when test fails
10+
511
## [12.1.2] - 2025-04-08
612

713
### Fixed
@@ -32,6 +38,7 @@ All notable changes of the PHPUnit 12.1 release series are documented in this fi
3238

3339
* [#6140](https://github.com/sebastianbergmann/phpunit/issues/6140): The `testClassName()` method on the `AfterTestMethodCalled`, `AfterTestMethodErrored`, `AfterTestMethodFinished`, `BeforeTestMethodCalled`, `BeforeTestMethodErrored`, `BeforeTestMethodFinished`, `PostConditionCalled`, `PostConditionErrored`, `PostConditionFinished`, `PreConditionCalled`, `PreConditionErrored`, and `PreConditionFinished` event value objects (use `test()->className()` instead)
3440

41+
[12.1.3]: https://github.com/sebastianbergmann/phpunit/compare/12.1.1...12.1
3542
[12.1.2]: https://github.com/sebastianbergmann/phpunit/compare/12.1.1...12.1.2
3643
[12.1.1]: https://github.com/sebastianbergmann/phpunit/compare/12.1.0...12.1.1
3744
[12.1.0]: https://github.com/sebastianbergmann/phpunit/compare/12.0.10...12.1.0

0 commit comments

Comments
 (0)