[Phpwm] Unit testing in PHP
Jon Ramsey
jonathon.ramsey at gmail.com
Fri May 5 13:05:43 BST 2006
Hi,
On 5/5/06, Jujhar Singh (Medilink West Midlands)
<jujhar at medilinkwm.co.uk> wrote:
> does anybody unit test their php applications?
Yes, it saves a lot of time and hair-pulling :)
> I'm using PHPeclipse, is there any way I can integrate Unit testing into
> my IDE?
There is an eclipse plugin for Simpletest - but I've never used it
myself so I don't know what it's like.
http://sourceforge.net/project/showfiles.php?group_id=76550
Simpletest is an alternative to PHPUnit. As well as unit testing it
also provides a browser testing component which is very useful for
acceptance testing.
http://www.lastcraft.com/simple_test.php
Cheers,
--
Jon Ramsey
More information about the Phpwm
mailing list