Releases: sebastianbergmann/phpunit
Releases · sebastianbergmann/phpunit
PHPUnit 12.1.5
PHPUnit 11.5.20
PHPUnit 12.1.4
Added
displayDetailsOnAllIssues
attribute on the<phpunit>
element of the XML configuration file and--display-all-issues
CLI option for controlling whether PHPUnit should display details on all issues that are triggered (default:false
)failOnAllIssues
attribute on the<phpunit>
element of the XML configuration file and--fail-on-all-issues
CLI option for controlling whether PHPUnit should fail on all issues that are triggered (default:false
)
Changed
- #5956: Improved handling of deprecated
E_STRICT
constant
Fixed
- #6192: Positive
%a
and%A
matches are not ignored from diff whenEXPECTF
fails
PHPUnit 11.5.19
Added
displayDetailsOnAllIssues
attribute on the<phpunit>
element of the XML configuration file and--display-all-issues
CLI option for controlling whether PHPUnit should display details on all issues that are triggered (default:false
)failOnAllIssues
attribute on the<phpunit>
element of the XML configuration file and--fail-on-all-issues
CLI option for controlling whether PHPUnit should fail on all issues that are triggered (default:false
)
Changed
- #5956: Improved handling of deprecated
E_STRICT
constant
Fixed
- #6192: Positive
%a
and%A
matches are not ignored from diff whenEXPECTF
fails
PHPUnit 10.5.46
Added
displayDetailsOnAllIssues
attribute on the<phpunit>
element of the XML configuration file and--display-all-issues
CLI option for controlling whether PHPUnit should display details on all issues that are triggered (default:false
)failOnAllIssues
attribute on the<phpunit>
element of the XML configuration file and--fail-on-all-issues
CLI option for controlling whether PHPUnit should fail on all issues that are triggered (default:false
)
Changed
- #5956: Improved handling of deprecated
E_STRICT
constant - Improved message when test is considered risky for printing unexpected output
PHPUnit 9.6.23
Changed
- #5956: Improved handling of deprecated
E_STRICT
constant - Improved message when test is considered risky for printing unexpected output
PHPUnit 8.5.42
Changed
- #5956: Improved handling of deprecated
E_STRICT
constant - Improved message when test is considered risky for printing unexpected output
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
PHPUnit 11.5.18
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
- A "Before Test Method Errored" event is no longer emitted when a test is skipped in a "before test" method