Eclipse PDT & PHPUnit?

后端 未结 13 1291
野的像风
野的像风 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:02

    We've developed an Eclipse plugin called MakeGood that integrates PHPUnit and more testing frameworks with Eclipse PDT.

    MakeGood is a continuous test runner to run unit tests on Eclipse PDT.

    MakeGood provides fast feedback by automated workflows for running tests, tracking failures and errors and fatal errors. This will help developers to do Test Driven Development (TDD) and Continuous Testing.

    For more information, visit our website at: https://github.com/piece/makegood/wiki

    A screenshot of MakeGood

提交回复
热议问题