Update dependency phpunit/phpunit to v12.1.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpunit/phpunit (source) | require-dev | patch |
12.1.2 -> 12.1.3
|
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v12.1.3
: PHPUnit 12.1.3
Changed
- 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
- The peak memory usage returned by
memory_get_peak_usage()
is now reset immediately before theTest\Prepared
event is emitted usingmemory_reset_peak_usage()
so that (memory usage atTest\Finished
- memory usage atTest\Prepared
) is a better approximation of the memory usage of the test - The string representation of
Telemetry\Info
now uses peak memory usage instead of memory usage (this affects--log-events-verbose-text
)
Fixed
-
#6173: Output from
error_log()
is not displayed when test fails - A "Before Test Method Errored" event is no longer emitted when a test is skipped in a "before test" method
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Merge request reports
Activity
mentioned in issue #6
added 3 commits
-
0684092c...39504656 - 2 commits from branch
master
- 52611531 - Update dependency phpunit/phpunit to v12.1.3
-
0684092c...39504656 - 2 commits from branch
added 3 commits
-
52611531...ea83c995 - 2 commits from branch
master
- 49d5f05d - Update dependency phpunit/phpunit to v12.1.3
-
52611531...ea83c995 - 2 commits from branch
added 3 commits
-
49d5f05d...2f41bf1c - 2 commits from branch
master
- 7b705959 - Update dependency phpunit/phpunit to v12.1.3
-
49d5f05d...2f41bf1c - 2 commits from branch
mentioned in commit 106cbf70
Please register or sign in to reply