I use Simpletest as my unit test framework for the PHP site I'm currently working on. I like the fact that it comes with a simple HTML reporter, but I would like a slightly more advanced reporter.
I read the reporter API documentation, but it would be nice to be able to use an existing reporter instead of doing it yourself.
Are there any good advanced HTML or GUI reporters for Simpletest?
The GUI tips for PHPUnit will also be appreciated, but my main focus is on Simpletest for this project. I tried the Cool PHPUnit Test Runner , but was not sure.
source
share