-1

I am running below command to create code coverage in html form

vendor/phpunit/phpunit/phpunit --whitelist --coverage-html tests

It is running but not creating code coverage report. enter image description here

1
  • 1
    Think about what information a person might need to answer this question and edit your post to include it. We are not mind readers. Commented Nov 15, 2016 at 19:00

1 Answer 1

0

Xdebug is probably not installed. Run sudo apt-get install php-xdebug and try again.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.