Eclipse PDT &PHP 单元?

2022-01-25 00:00:00 phpunit eclipse-pdt eclipse

Is there any integration of PHPUnit with Eclipse PDT?

If not, are there any plans to do so?

解决方案

Sebastian Bergmann did approach pdt back in 2006... but with no obvious result.
And his latest entries on his blog only mention PHPEdit 2.12 and Zend Studio.

The only testing framework officially documented on the PDT side is the "PDT Testing Framework", and it does not seem actively maintained...

So, no. There does not seem to be any plan to actively integrate PHPUnit in PDT anytime soon.

相关文章