Skip to content

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

PHPUnit 10.5.21

15 Jun 09:21
10.5.21
ac83781
Compare
Choose a tag to compare

Changed

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

How to install or update PHPUnit