Skip to content

Releases: sebastianbergmann/phpunit

PHPUnit 11.2.7

10 Jul 13:48
11.2.7
15c7e69
Compare
Choose a tag to compare

Changed

  • Updated dependencies (so that users that install using Composer's --prefer-lowest CLI option also get recent versions)

Fixed

  • #5892: Errors during write of phpunit.xml are not handled correctly when --generate-configuration is used

How to install or update PHPUnit

PHPUnit 10.5.27

10 Jul 13:48
10.5.27
2425f71
Compare
Choose a tag to compare

Changed

  • Updated dependencies (so that users that install using Composer's --prefer-lowest CLI option also get recent versions)

Fixed

  • #5892: Errors during write of phpunit.xml are not handled correctly when --generate-configuration is used

How to install or update PHPUnit

PHPUnit 9.6.20

10 Jul 13:48
9.6.20
49d7820
Compare
Choose a tag to compare

Changed

  • Updated dependencies (so that users that install using Composer's --prefer-lowest CLI option also get recent versions)

How to install or update PHPUnit

PHPUnit 8.5.39

10 Jul 13:47
8.5.39
172ba97
Compare
Choose a tag to compare

Changed

  • Updated dependencies (so that users that install using Composer's --prefer-lowest CLI option also get recent versions)

How to install or update PHPUnit

PHPUnit 10.5.26

08 Jul 05:31
10.5.26
42e2f13
Compare
Choose a tag to compare

Added

  • --only-summary-for-coverage-text CLI option to reduce the code coverage report in text format to a summary
  • --show-uncovered-for-coverage-text CLI option to expand the code coverage report in text format to include a list of uncovered files

How to install or update PHPUnit

PHPUnit 11.2.6

03 Jul 05:52
11.2.6
1dc0fed
Compare
Choose a tag to compare

Changed

  • #5880: Add hints to CLI parameter deprecation messages

How to install or update PHPUnit

PHPUnit 10.5.25

03 Jul 05:50
10.5.25
831bf82
Compare
Choose a tag to compare

Changed

  • Updated dependencies for PHAR distribution

How to install or update PHPUnit

PHPUnit 11.2.5

20 Jun 13:18
11.2.5
be9e3ed
Compare
Choose a tag to compare

Changed

  • #5877: Use array_pop() instead of array_shift() for processing Test objects in TestSuite::run() and optimize TestSuite::isEmpty()

How to install or update PHPUnit

PHPUnit 11.2.4

20 Jun 07:36
11.2.4
0991687
Compare
Choose a tag to compare

Changed

  • #5875: Also destruct TestCase objects early that use a data provider

How to install or update PHPUnit

PHPUnit 10.5.24

20 Jun 13:18
10.5.24
5f124e3
Compare
Choose a tag to compare

Changed

  • #5877: Use array_pop() instead of array_shift() for processing Test objects in TestSuite::run() and optimize TestSuite::isEmpty()

How to install or update PHPUnit