The standard PHP testing framework — unit tests, integration tests, and TDD for robust backend applications.
PHPUnit is central to my PHP development workflow. Unit tests for business logic, integration tests for API endpoints, data providers for comprehensive test coverage. Code coverage reports, mocking with Mockery/Prophecy, CI/CD integration.