Eclipse PDT & PHPUnit?

后端 未结 13 1590
野的像风
野的像风 2021-01-30 17:35

Is there any integration of PHPUnit with Eclipse PDT?

If not, are there any plans to do so?

13条回答
  •  渐次进展
    2021-01-30 18:04

    I also run PHPUnit as an external tool like DavidWinterbottom proposed.

    One thing I also add depending on the type of project is going into Build Options tab and selecting first options after : "run the builder :". This triggers the unit tests to be run every time you save a file. This is great to get a really quick red-green-refactor feedback loop.

    I have posted the entire steps with screenshots here : http://nicholaslemay.blogspot.com/2010/02/using-eclipse-phpunit-as-automatic.html

提交回复
热议问题