Eclipse plugin Makegood:Class';Memcache';执行PHPUnit时未找到

Eclipse plugin Makegood:Class';Memcache';执行PHPUnit时未找到,eclipse-plugin,phpunit,makegood,Eclipse Plugin,Phpunit,Makegood,我想使用MakeGood[1]在eclipse中执行PHPUnit测试。本地PHPUnit设置完成后,我可以成功执行测试 但是当通过MakeGood启动PHPUnit测试时,它会在 new Memcache(); 其中“Memcache”是pecl扩展。错误消息为“致命错误:找不到类'Memcache' 我怎样才能让测试在MakeGood中运行 [1] 您正在使用内部PEAR库,但没有安装MemCache。您必须创建一个以PEAR文件夹为源的用户库。这是EclipsePDT的预期行为。有关详细

我想使用MakeGood[1]在eclipse中执行PHPUnit测试。本地PHPUnit设置完成后,我可以成功执行测试

但是当通过MakeGood启动PHPUnit测试时,它会在

new Memcache();
其中“Memcache”是pecl扩展。错误消息为“致命错误:找不到类'Memcache'

我怎样才能让测试在MakeGood中运行


[1]

您正在使用内部PEAR库,但没有安装MemCache。您必须创建一个以PEAR文件夹为源的用户库。这是EclipsePDT的预期行为。有关详细信息,请参阅。