Skip to content

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

PHPUnit 10.5.19

17 Apr 14:07
10.5.19
c726f0d
Compare
Choose a tag to compare

Fixed

  • #5818: Calling method() on a test stub created using createStubForIntersectionOfInterfaces() throws an unexpected exception

How to install or update PHPUnit

PHPUnit 11.1.2

14 Apr 07:19
11.1.2
51e342a
Compare
Choose a tag to compare

Fixed

  • #5795: Using @testWith annotation may generate PHP Warning: Uninitialized string offset 0
  • #5807: The #[CoversMethod] attribute is not considered for risky test check

How to install or update PHPUnit

PHPUnit 10.5.18

14 Apr 07:17
10.5.18
835df17
Compare
Choose a tag to compare

Deprecated

  • #5812: Support for string array keys in data sets returned by data provider methods that do not match the parameter names of the test method(s) that use(s) them

Fixed

  • #5795: Using @testWith annotation may generate PHP Warning: Uninitialized string offset 0

How to install or update PHPUnit

PHPUnit 11.1.1

06 Apr 06:21
11.1.1
816cb60
Compare
Choose a tag to compare

Fixed

  • #5798: The #[CoversClass] and #[UsesClass] attributes can no longer target traits

How to install or update PHPUnit