PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.
PHPUnit 10 is the current stable version.
PHPUnit 11 will be the next major version.
PHPUnit 10 has been released
PHPUnit 9 has been released
PHPUnit 8 has been released
Why I manage test fixture differently
Do not mock what you do not own
Caching makes everything faster. Right?