PHP Unit testing

AlSayed Gamal picture AlSayed Gamal · Nov 30, 2009 · Viewed 12.4k times · Source

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

Answer

Peter Lindqvist picture Peter Lindqvist · Nov 30, 2009

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.