PHPUnit_HTML allows you to run and display PHPUnit testing from a web browser. It avoids the need to open a command terminal to run PHPUnit using its normal command line interface.

A lot of the standard command line options are made available as URL parameters and the output is neatly formatted up for display in the browser, using jQuery allow sections to be expanded out as required.

For full details read the projects README file.

Why not take a look at the mock demo.

For full details refer to the PHPUnit_Html project source code on my GitHub account.