Не удается охватить отчет phpunit в html

Когда я запускаю эту команду:

./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 ответов

Другие вопросы по тегам