Is there a simple \"Web interface\" to running PHPUnit test suites? i.e. a PHP script that runs the test on the command line, and outputs a nicely formatted HTML result.
You can always use the Maven for PHP from which you can use the surefire reports (mvn site). More info here: http://www.php-maven.org