Skip to content

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

PHPUnit 11.2.1

11 Jun 07:35
11.2.1
1b87757
Compare
Choose a tag to compare

Fixed

  • #5857: Mocked methods cannot be called from the original constructor of a partially mocked class
  • #5859: XML Configuration File Migrator does not remove cacheDirectory attribute from <coverage> element when migrating from PHPUnit 11.1 to PHPUnit 11.2

How to install or update PHPUnit

PHPUnit 11.2.0

07 Jun 05:11
11.2.0
705eba0
Compare
Choose a tag to compare

Added

  • #5799: #[CoversTrait] and #[UsesTrait] attributes
  • #5804: Support doubling readonly classes
  • #5811: assertObjectNotEquals()

Deprecated

  • #5800: Support for targeting traits with #[CoversClass] and #[UsesClass] attributes

How to install or update PHPUnit

PHPUnit 11.1.3

24 Apr 06:35
11.1.3
d475be0
Compare
Choose a tag to compare

Fixed

  • #5771: JUnit XML logger may crash when test that is run in separate process exits unexpectedly
  • #5819: Duplicate keys from different data providers are not handled properly

How to install or update PHPUnit

PHPUnit 10.5.20

24 Apr 06:33
10.5.20
547d314
Compare
Choose a tag to compare
  • #5771: JUnit XML logger may crash when test that is run in separate process exits unexpectedly
  • #5819: Duplicate keys from different data providers are not handled properly

How to install or update PHPUnit