phpunit

Unit testing framework for PHP applications

brewmacoslinux
Try with needOr install directly
Source

About

Programmer-oriented testing framework for PHP

Commands

phpunit

Examples

Run all tests in the tests directory$ phpunit tests/
Run a specific test file$ phpunit tests/MyTest.php
Run tests with code coverage report$ phpunit --coverage-html coverage/ tests/