vote up 1 vote down star

Hi,

I know there are two main unit-testing frameworks in PHP :


I am using PHPUnit, and was searching for PHP (Open source would be great ; but I'm also interested in non-OSS ones, if they are big / well-know / from big companies) projects, be it applications, libraries, frameworks, ... that would use PHPUnit as Unit-testing Framework.


I am already aware of a few, like :

But if you know any other one, I'm interested :-)

Thanks for your help !


*This question has been inspired by "Point me to some open source projects with (unit) tests.", which didn't get any PHP-oriented answered, and was not specific to PHP / PHPUnit.*

flag

60% accept rate

1 Answer

vote up 3 vote down check

The http://www.phpunit.de/wiki/WhoUsesPHPUnit lists a few including, not surprisingly PHPunit itself, and it has links to the actual test suites for the different projects.

There are some fairly major ones there like phing, Propel, log4php, Ez Components and Creole. A quick look at PHPunits test suite suggests that it is in pretty good shape and it could be a good place to start.

link|flag
+1 Thanks for this link ; I didn't know that page, but it's really nice one ! And interesting list too ! – Pascal MARTIN Jul 31 at 10:24

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.