为什么 eclipse pdt 中没有单元测试支持?
Netbeans 具有单元测试支持,在即将发布的 7.1 版本中,他们甚至进行了改进支持包含测试组功能, PDT,据我所知,甚至没有单元测试支持的计划? 3.0 版本已经可用,但并没有提供有关单元测试支持的提示。为什么?我有什么遗漏的吗?
更新
我并不是真的要求 eclispe 的 phpunit/unit-testing 插件列表,可以在 here 找到列表。
Netbeans has unit testing support, in the upcoming 7.1 release they've even improved support to include test group features, PDT, AFAIK, doesn't even have plans for unit testing support? Version 3.0 is available and not so much as a hint about unit testing support. Why? Is there something I'm missing?
Update
I'm not really asking for a list of phpunit/unit-testing plugins for eclispe, a list can be found here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于基于
eclipse-pti
的单元测试需求,可以使用phpsrc.org
插件。它支持整个 PHP QA-Stack。
我实在无法告诉你为什么 eclipse 中没有对 phpunit 的官方支持。我认为这是因为不需要任何插件,因为它作为
外部工具
运行(示例视频
),但这仅显示控制台输出。也许其他人对此有更多的见解。 @hakre 对此答案发表了一些富有洞察力的评论。
For your
eclipse-pti
based unit testing needs there is thephpsrc.org
plugin.It supports the whole PHP QA-Stack.
I can't really tell you why there is no official support for phpunit in eclipse. I would assume it's because one doesn't need any plugin as it runs as an
external tool
(sample video
) but that just shows the console output.Maybe anyone else has more insight into this. @hakre made some insightful comment regarding this on this answer.
Eclipse 有一个插件支持 PHPUnit、SimpleTest 和 CakePHP。它被称为“MakeGood”。
它运行良好,这里是一个链接.. http://marketplace.eclipse.org/node/1158
There is a plug for Eclipse that supports PHPUnit, SimpleTest and CakePHP. It is called MakeGood.
It works well here is a link.. http://marketplace.eclipse.org/node/1158