Skip to content

Commit 6bf9227

Browse files
Update ChangeLog
1 parent 64bda38 commit 6bf9227

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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.35] - 2025-MM-DD
6+
7+
### Changed
8+
9+
* `#[IgnorePhpunitDeprecations]` is now considered for test runner deprecations (where applicable)
10+
511
## [11.5.34] - 2025-08-20
612

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

323+
[11.5.35]: https://github.com/sebastianbergmann/phpunit/compare/11.5.34...11.5
317324
[11.5.34]: https://github.com/sebastianbergmann/phpunit/compare/11.5.33...11.5.34
318325
[11.5.33]: https://github.com/sebastianbergmann/phpunit/compare/11.5.32...11.5.33
319326
[11.5.32]: https://github.com/sebastianbergmann/phpunit/compare/11.5.31...11.5.32

0 commit comments

Comments
 (0)