Releases: sebastianbergmann/phpunit
Releases · sebastianbergmann/phpunit
PHPUnit 11.0.10
Changed
- The namespaces of dependencies are now prefixed with
PHPUnitPHAR
instead of justPHPUnit
for the PHAR distribution of PHPUnit
PHPUnit 10.5.17
Changed
- The namespaces of dependencies are now prefixed with
PHPUnitPHAR
instead of justPHPUnit
for the PHAR distribution of PHPUnit
PHPUnit 9.6.19
Changed
- The namespaces of dependencies are now prefixed with
PHPUnitPHAR
instead of justPHPUnit
for the PHAR distribution of PHPUnit
PHPUnit 8.5.38
Changed
- The namespaces of dependencies are now prefixed with
PHPUnitPHAR
instead of justPHPUnit
for the PHAR distribution of PHPUnit
PHPUnit 11.0.9
PHPUnit 10.5.16
PHPUnit 11.0.8
PHPUnit 10.5.15
PHPUnit 11.0.7
Changed
- #5747: Cache result of
Groups::groups()
- #5748: Improve performance of
NamePrettifier::prettifyTestMethodName()
- #5750: Micro-optimize
NamePrettifier::prettifyTestMethodName()
once again - #5752: Improve message for deprecation of doubling methods named "method"
Fixed
- #5760: TestDox printer does not display details about exceptions raised in before-test methods