Skip to content

Commit 1bb53c6

Browse files
Update ChangeLog
1 parent e97e470 commit 1bb53c6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ChangeLog-11.5.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.18] - 2025-MM-DD
6+
7+
### Changed
8+
9+
* When gathering the telemetry information that each event has, the real size of memory allocated from the operating system is no longer used as this is grown by PHP's memory manager in chunks that are so large that small(er) increases in peak memory usage cannot be seen
10+
* The peak memory usage returned by `memory_get_peak_usage()` is now reset immediately before the `Test\Prepared` event is emitted using `memory_reset_peak_usage()` so that (memory usage at `Test\Finished` - memory usage at `Test\Prepared`) is a better approximation of the the memory usage of the test
11+
* The string representation of `Telemetry\Info` now uses peak memory usage instead of memory usage (this affects `--log-events-verbose-text`)
12+
513
## [11.5.17] - 2025-04-08
614

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

171+
[11.5.18]: https://github.com/sebastianbergmann/phpunit/compare/11.5.17...11.5
163172
[11.5.17]: https://github.com/sebastianbergmann/phpunit/compare/11.5.16...11.5.17
164173
[11.5.16]: https://github.com/sebastianbergmann/phpunit/compare/11.5.15...11.5.16
165174
[11.5.15]: https://github.com/sebastianbergmann/phpunit/compare/11.5.14...11.5.15

0 commit comments

Comments
 (0)