带有PHPdbg的PHPUnit返回损坏的管道错误

时间:2018-12-18 12:29:09

标签: makefile phpunit code-coverage phpdbg

我已经在docker容器中安装了phpdbg,一切都很好。

然后,当我在makefile方法中使用此命令使用phpdbg和phpunit运行测试时

phpunit:
    phpdbg -qrr -d memory_limit=-1 vendor/bin/phpunit

我不知道为什么会在某些测试中遇到broken pipe错误。

  

[phpunit]坏了的管道。

当我运行不带make文件的同一命令时,我的一些测试失败了,然后突然失败了。

我以前使用Xdebug覆盖phpunit,但从未遇到此错误。

当我使用-v选项运行phpdbg时,这似乎可行

phpdbg -qrrv -d memory_limit=-1 vendor/bin/phpunit

我应该在文件或其他内容中打印输出吗?

但是我认为这种解决方案有点难看。

我可能需要在phpdbg配置中添加其他选项或其他东西,但是在phpdbg doc和Internet中找不到帮助的东西。

我不知道这是来自phpdbg,makefile还是其他地方。

有人使用phpdbg出现了这种错误,并找到了解决方法吗?

0 个答案:

没有答案