Symfony3.4:PHPUnit并且没有可用的代码覆盖驱动程序[关闭]
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Symfony3.4:PHPUnit并且没有可用的代码覆盖驱动程序[关闭]相关的知识,希望对你有一定的参考价值。
就我而言:
我跑的时候
错误来了:
PHPUnit 6.5.8 by Sebastian Bergmann and contributors. Error: No code coverage driver is available
然后我安装了Xdebug
sudo apt-get install php-xdebug
但是,当我再次运行vendor/bin/phpunit --coverage-html coverage
它给出了错误:
PHPUnit 6.5.8 by Sebastian Bergmann and contributors. Undefined variable: view
答案
在测试类中,您可能使用尚未初始化的名为“view”的变量
以上是关于Symfony3.4:PHPUnit并且没有可用的代码覆盖驱动程序[关闭]的主要内容,如果未能解决你的问题,请参考以下文章
Laravel 5:PHPUnit 和没有可用的代码覆盖驱动程序
运行 PHPUnit 测试时,容器参数在 Symfony 5 服务中不可用/注入
Symfony3.4 / Doctrine迁移 - 驱动程序中发生异常:SQLSTATE [HY000] [2002]没有这样的文件或目录