Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Sebastian Bergmann's Blog:
PHPUnit Support in PHP IDEs
Feb 20, 2006 @ 13:29:51

Sebastian Bergmann has a new post on his blog today that mentions the ever-growing demand he's seeing for the intergration of PHPUnit into the numerous PHP IDEs out there (such as PHPEclipse).

I offered the PHPEclipse development team help in developing proper support for PHPUnit in the past, to no avail so far. I also talked to the developers of Zend Studio about PHPUnit support for their IDE. Hopefully the next version will support it, we'll see.

Over the last couple of years I did several presentations at conferences as well as workshops, consultings and trainings on PHPUnit where I was asked by developers who are using PHPUnit (to test business critical banking applications, for instance) why I do not support any IDE. My answer to this has been, and still is, that while I develop PHPUnit I don't have the time, and in the case of Zend Studio, for instance, not even the means, to integrate it into IDEs. For this I depend on the support of the IDE vendors.

He also mentions that if there are any of the IDE developers out there that would like to help him on the matter, to let him know...

tagged: phpunit integration IDEs phpeclipse phpunit integration IDEs phpeclipse

Link:


Trending Topics: