类 PHPUnitLogger 不能从接口 PHPUnit\TextUI\ResultPrinter 扩展



我正在Windows上安装Eclipse和PHPUnit,并尝试运行PHPUnit提供的测试,但我得到这个错误:

PHP Fatal error: Class PHPUnitLogger cannot extend from interface PHPUnitTextUIResultPrinter in C:UserslmarquesAppDataLocalTempphpunit_printerPHPUnitLogger.php(424) : eval()'d code on line 1

同时,我需要强制终止执行并在那时收到以下消息:

Cannot launch PHPUnit tests (port address 7478): Accept timed out

我使用composer来安装PHPunit,并将phpunit.phar的配置放在Preferences/PHP/Tools/PHPUnit(https://phpunit.readthedocs.io/fr/latest/installation.html(中。

谁能帮忙?

PHPUnit 9 已于 2020 年 2 月 7 日发布,当前稳定的 Eclipse PHP 开发工具不支持该版本。

对此版本的支持将成为即将推出的 PDT 7.1 的一部分。

错误报告:https://bugs.eclipse.org/bugs/show_bug.cgi?id=559932

最新更新