Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Unit testing in PHP.

1 view
Skip to first unread message

mirn...@gmail.com

unread,
May 11, 2005, 9:13:28 AM5/11/05
to
Hi,

I was googling for a unit testing framework for php. I stumbled upon 3,
all are named PHPUnit.

1) http://phpunit.sourceforge.net/
2) http://pear.php.net/package/PHPUnit/
3) http://pear.php.net/package/PHPUnit2/

I am confused. Can anybody help me out and tell me what is happening
and clear the confusion.

Please share your experiences with a other unit testing frameworks for
PHP.

Thanks.

Colin McKinnon

unread,
May 11, 2005, 10:45:08 AM5/11/05
to
mirn...@gmail.com wrote:

Another one to add to the list: simpleTest.

Personally I think PEAR is a bot of a lifestyle choice, and very heavy in
some departments. [ /me dons flameproof suit ]

Of course if you're already a born-again PEAR programmer, then maybe the
PEAR tools make more sense.

Certainly phpUnit does the job for me, although I also use Rephlux - one of
these days I'll try to work out how I can just use one or the other.

HTH

C.

mirn...@gmail.com

unread,
May 12, 2005, 1:01:07 AM5/12/05
to
Yes but there are two packages in PEAR too
1) PHPUnit
and
2) PHPUnit2

which one are you talking about.

Oliver Grätz

unread,
May 16, 2005, 8:28:31 PM5/16/05
to
Colin McKinnon schrieb:

> mirn...@gmail.com wrote:
>
>
>>Hi,
>>
>>I was googling for a unit testing framework for php. I stumbled upon 3,
>>all are named PHPUnit.
>>
>> 1) http://phpunit.sourceforge.net/
>> 2) http://pear.php.net/package/PHPUnit/
>> 3) http://pear.php.net/package/PHPUnit2/
>>

1) is old (2002) and obviously no longer maintained. It could even be a
predecessor of 2) and 3).

2) and 3) are two versions of PHPUnit from the same team. PHPUnit still
runs under PHP4 and PHPUnit2 requires PHP5. PHP5 made it possible that
PHPUnit2 implements the whole functionality of the recent JUnit versions.

Hope that helps.

AllOLLi

mirn...@gmail.com

unread,
May 18, 2005, 8:34:01 AM5/18/05
to
thanks Olive.

Can you point me to some online tutorial of PHPUnit and PHPUnit2

0 new messages