Releases: sebastianbergmann/phpunit
Releases · sebastianbergmann/phpunit
PHPUnit 11.2.1
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.1.3
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.18
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