【发布时间】:2012-12-07 16:49:13
【问题描述】:
我想使用 MakeGood[1] 在我的 Eclipse 中执行 PHPUnit-Tests。本地 PHPUnit-setup 完成,我可以成功执行测试了。
但是当通过 MakeGood 启动 PHPUnit-Test 时,它会停在
new Memcache();
其中“Memcache”是 pecl 扩展。错误消息是“致命错误:找不到类 'Memcache'”。
如何让 MakeGood 中的测试运行?
【问题讨论】:
-
这是 Eclipse PDT 的预期行为。如需更多信息,请参阅the similar question and my answer。
标签: eclipse-plugin phpunit makegood