"Web interface" to PHPUnit tests?

After several hours of researching recently, the best PHPUnit web frontend I have come across was https://github.com/NSinopoli/VisualPHPUnit


I feel your frustration - I'm a UI guy myself. Looking at the terminal too long makes my head spin. I wrote a quick little application that you might find helpful.

PHPUnit test application
(source: mattmueller.me)

You can find it here: http://mattmueller.me/blog/introducing-phpunit-test-report

Cheers! Matt


I recently discovered Visual PHPUnit which looks like a very very nice interface for everyone that doesn't want to run PHPUnit from the command line:

Visual PHPUnit

It seems to be the next iteration of @Matt's PHPUnit Test Report