Skip to content

Commit 0325337

Browse files
Update ChangeLog
1 parent 2413692 commit 0325337

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

5+
## [11.5.54] - 2026-MM-DD
6+
7+
### Fixed
8+
9+
* [#6489](https://github.com/sebastianbergmann/phpunit/pull/6489): Classification of self/direct/indirect deprecation triggers is not aligned with Symfony's bridge for PHPUnit
10+
511
## [11.5.53] - 2026-02-10
612

713
### Fixed
@@ -442,6 +448,7 @@ All notable changes of the PHPUnit 11.5 release series are documented in this fi
442448
* [#6055](https://github.com/sebastianbergmann/phpunit/issues/6055): `assertNotContainsOnly()` (use `assertContainsNotOnlyArray()`, `assertContainsNotOnlyBool()`, `assertContainsNotOnlyCallable()`, `assertContainsNotOnlyFloat()`, `assertContainsNotOnlyInt()`, `assertContainsNotOnlyIterable()`, `assertContainsNotOnlyNumeric()`, `assertContainsNotOnlyObject()`, `assertContainsNotOnlyResource()`, `assertContainsNotOnlyClosedResource()`, `assertContainsNotOnlyScalar()`, or `assertContainsNotOnlyString()` instead)
443449
* [#6059](https://github.com/sebastianbergmann/phpunit/issues/6059): `containsOnly()` (use `containsOnlyArray()`, `containsOnlyBool()`, `containsOnlyCallable()`, `containsOnlyFloat()`, `containsOnlyInt()`, `containsOnlyIterable()`, `containsOnlyNumeric()`, `containsOnlyObject()`, `containsOnlyResource()`, `containsOnlyClosedResource()`, `containsOnlyScalar()`, or `containsOnlyString()` instead)
444450

451+
[11.5.54]: https://github.com/sebastianbergmann/phpunit/compare/11.5.53...11.5
445452
[11.5.53]: https://github.com/sebastianbergmann/phpunit/compare/11.5.52...11.5.53
446453
[11.5.52]: https://github.com/sebastianbergmann/phpunit/compare/11.5.51...11.5.52
447454
[11.5.51]: https://github.com/sebastianbergmann/phpunit/compare/11.5.50...11.5.51

0 commit comments

Comments
 (0)