PHP unit testing framework
composer require --dev "phpunit/phpunit": "^10.5"
You know this package. It's a de-facto standard for unit-testing PHP applications. Comes with a set of assertion functions, powerful test doubles tools, integrations with different frameworks and code coverage reports.