Unit testing framework for PHP applications
Programmer-oriented testing framework for PHP
phpunit
$ phpunit tests/
$ phpunit tests/MyTest.php
$ phpunit --coverage-html coverage/ tests/