Re: [PHP] PHP Unit Test - Code Coverage - Continuous Intergration?

2008-04-16 Thread Brice
Hello,

I think of PHPUnit+Xdebug+PHPUndercontrol.

Brice Favre

On Wed, Apr 16, 2008 at 8:17 PM, Jay Paulson <[EMAIL PROTECTED]>
wrote:

> Hi everyone,
>
> I¹m just not getting into unit testing and was wondering what tools are
> out
> there that will automatically run unit tests continuously and make reports
> if a test failed and how much/what code was tested.  Currently in Java
> land
> I¹m using Hudson, ant, Junit, and Coberatura.
>
> Thanks!
> Jay
>


[PHP] PHP Unit Test - Code Coverage - Continuous Intergration?

2008-04-16 Thread Jay Paulson
Hi everyone,

I¹m just not getting into unit testing and was wondering what tools are out
there that will automatically run unit tests continuously and make reports
if a test failed and how much/what code was tested.  Currently in Java land
I¹m using Hudson, ant, Junit, and Coberatura.

Thanks!
Jay