Eclipse中的PHPUnit致命错误

时间:2014-08-10 03:19:22

标签: php eclipse eclipse-plugin phpunit makegood

我目前正在使用版本

在eclipse上设置php单元测试
  

版本:Juno Service Release 2   建造ID:20130225-0426

这是运行时遇到的致命错误"运行所有测试"来自日食。

  

致命错误:Class' PHPUnit_Util_Configuration'在第70行的C:\ Users \ Gary \ Desktop \ eclipse \ plugins \ com.piece_framework.makegood.stagehandtestrunner_3.1.0.v201407050319 \ resources \ php \ vendor \ piece \ stagehand-testrunner \ src \ DependencyInjection \ PHPUnitConfigurationFactory.php中找不到

更多信息。

  • 我还安装了Eclipse插件PHP工具集成。
  • 我已经安装了Eclipse Plugin MakeGood
  • 我已安装PEAR,并将php库包含指向PEAR位置

我还从git repo下载了PHPUnit的源代码,并将属性testSuiteLoaderFile设置为git repo中的源文件,因为它看起来并不像文件位于我系统的任何位置,但它应该是。

phpunit.xml片段

testSuiteLoaderFile="C:/Users/Gary/phpunit-bundle/PHPUnit/Runner/StandardTestSuiteLoader.php"

1 个答案:

答案 0 :(得分:2)

MakeGood 3.1.0不支持Juno。使用Luna或Kepler,并查看PHPUnit backward compatibility issues