PHP Unit testing

php, phpunit, simpletest, unit-testing

Solution

Simpletest

Actually here is a list of all the common PHP unit testing frameworks.

I think you will find that the testing frameworks themselves have little interest in developing fancy GUIs. There is however several third party tools/applications/plugins that you can checkout. I use the phpunit integration within Netbeans a lot, and it works very good.

Problem

Is there any EASY php testing Framework and may be simpler than simpletest and not command line based like PHPUnit ?

Original source