Skip to content

Releases: sebastianbergmann/phpunit

PHPUnit 9.6.18

21 Mar 12:08
9.6.18
32c2c2d
Compare
Choose a tag to compare

Changed

  • #5763: Release nullable type changes for PHPUnit 9.6

How to install or update PHPUnit

PHPUnit 11.0.6

12 Mar 15:42
11.0.6
6af32d7
Compare
Choose a tag to compare

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

How to install or update PHPUnit

PHPUnit 10.5.13

12 Mar 15:42
10.5.13
20a63fc
Compare
Choose a tag to compare

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

How to install or update PHPUnit

PHPUnit 11.0.5

09 Mar 12:13
11.0.5
da2de39
Compare
Choose a tag to compare

Fixed

  • #5652: HRTime::duration() throws InvalidArgumentException
  • --exclude-filter CLI option does not work

How to install or update PHPUnit

PHPUnit 10.5.12

09 Mar 12:06
10.5.12
41a9886
Compare
Choose a tag to compare

Fixed

  • #5652: HRTime::duration() throws InvalidArgumentException

How to install or update PHPUnit