Skip to content

Releases: sebastianbergmann/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

PHPUnit 10.5.23

20 Jun 07:36
10.5.23
1282659
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 11.2.3

19 Jun 05:32
11.2.3
8475044
Compare
Choose a tag to compare

Changed

  • #5870: Do not collect unnecessary information using debug_backtrace()

How to install or update PHPUnit

PHPUnit 10.5.22

19 Jun 05:32
10.5.22
8afb89b
Compare
Choose a tag to compare

Changed

  • #5871: Do not collect unnecessary information using debug_backtrace()

How to install or update PHPUnit

PHPUnit 11.2.2

15 Jun 09:21
11.2.2
3e1843a
Compare
Choose a tag to compare

Changed

  • #5861: Destroy TestCase object after its test was run

Fixed

  • #5822: PHP deprecations triggered within a closure are not handled correctly

How to install or update PHPUnit