PHPunit
PHPUnit is an open-source testing framework for the PHP programming language. It is designed to facilitate unit testing in applications. Unit testing is a software testing approach where individual units or components of a software application are tested in isolation to ensure they behave as expected.
See Also
Related
- Test
- Test Framework
- Mutation Testing
- Test Data Provider
- TestDox
- PCOV
- Red-Green-Refactor
- Regression
- Test-Driven Development