Am Freitag, 7. Januar 2005 09:49 schrieb dAniel hAhler:
> I'm looking for a PHP Unit Test framework and found so far:
>  SimpleTest: https://sourceforge.net/projects/simpletest/
>  PEAR PHPUnit:
>   - http://pear.php.net/package/PHPUnit
>   - http://pear.php.net/package/PHPUnit2
>  Sourceforge PHPUnit: http://phpunit.sourceforge.net/
>
> While SF PHPUnit seems to have stalled (2002-10) there are still PEAR
> PHPUnit and Simpletest.
...
> I'm still on PHP4 mainly - but tests could be done/run with PHP5 of
> course (if PHPUnit2 supports that).

Hey :)

for my PHP4 Projects i happily use PHPUnit from Sebastian Bergmann,
i like it very much and it seems to me, it is the best Unit-Test-Framework for 
PHP4.

All PHP5 Projects take the advanced features from PHPUnit2 (which is indeed 
only for PHP5) in credit - again the Framework is from Sebastian and i must 
commit: He does his job on it very,very well :)

So in one sentence: I use PHPUnit for PHP4 and PHPUnit2 for PHP5 and i am 
really happy with it.

Have fun,
Dirk

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to