无法将phpunit报告覆盖到html

时间:2019-02-25 16:37:57

标签: phpunit phpunit-testing laravel-testing

当我运行此命令时:

  

./ vendor / bin / phpunit --coverage-html testResult

正在运行,但导出错误:

  

没有代码覆盖率驱动程序

这是php.ini:

[xdebug]
zend_extension = "E:\wamp64\bin\php\php7.2.4\ext\php_xdebug-2.6.1-7.2-vc15-x86_64.dll"
xdebug.remote_autostart=1
xdebug.remote_enable=1
xdebug.remote_connect_back = 1
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_name = "cachegrind.out.%t.%p"
xdebug.profiler_output_dir ="E:\wamp64\tmp"
xdebug.remote_handler = dbgp
xdebug.remote_port = 9000
xdebug.show_local_vars = 1

我不知道我的问题是什么。请帮助

0 个答案:

没有答案