Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PHPUnit 12.3.4 source code.tar.gz | 2025-08-12 | 297.1 kB | |
PHPUnit 12.3.4 source code.zip | 2025-08-12 | 1.0 MB | |
README.md | 2025-08-12 | 1.2 kB | |
Totals: 3 Items | 1.3 MB | 0 |
Changed
- #6308: Improve output of
--check-php-configuration
- The version number for the test result cache file has been incremented to reflect that its structure for PHPUnit 12.3 is not compatible with its structure for PHPUnit 8.5 and PHPUnit 9.6
Fixed
- #6197:
ini_set('error_log')
sets filepath outsideopen_basedir
- #6279: Deprecation triggered in data provider method affects all test methods using that data provider method
- #6281: Exceptions raised in after-test method are not reported for skipped tests
Learn how to install or update PHPUnit 12.3 in the documentation.
Keep up to date with PHPUnit:
- You can follow @phpunit@phpc.social to stay up to date with PHPUnit's development.
- You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.