Releases: sebastianbergmann/phpunit
Releases · sebastianbergmann/phpunit
PHPUnit 9.6.18
PHPUnit 11.0.6
Changed
- #5727: Prevent duplicate call of
NamePrettifier::prettifyTestMethodName()
- #5739: Micro-optimize
NamePrettifier::prettifyTestMethodName()
- #5740: Micro-optimize
TestRunner::runTestWithTimeout()
- #5741: Save call to
Telemetry\System::snapshot()
- #5742: Prevent file IO when not strictly necessary
- #5743: Prevent unnecessary
ExecutionOrderDependency::getTarget()
call - #5744: Simplify
NamePrettifier::prettifyTestMethodName()
Fixed
- #5351: Incorrect code coverage metadata does not prevent code coverage data from being collected
- #5729:
assertArrayIsIdenticalToArrayOnlyConsideringListOfKeys()
does not correctly handle array order - #5746: Using
-d
CLI option multiple times triggers warning
PHPUnit 10.5.13
Changed
- #5727: Prevent duplicate call of
NamePrettifier::prettifyTestMethodName()
- #5739: Micro-optimize
NamePrettifier::prettifyTestMethodName()
- #5740: Micro-optimize
TestRunner::runTestWithTimeout()
- #5741: Save call to
Telemetry\System::snapshot()
- #5742: Prevent file IO when not strictly necessary
- #5743: Prevent unnecessary
ExecutionOrderDependency::getTarget()
call - #5744: Simplify
NamePrettifier::prettifyTestMethodName()
Fixed
- #5351: Incorrect code coverage metadata does not prevent code coverage data from being collected
- #5746: Using
-d
CLI option multiple times triggers warning
PHPUnit 11.0.5
Fixed
- #5652:
HRTime::duration()
throwsInvalidArgumentException
--exclude-filter
CLI option does not work