JulienBreux / phpunit-docker

DEPRECATED :package: Docker image to use PHPUnit as CLI.
https://hub.docker.com/r/phpunit/phpunit/
MIT License
47 stars 28 forks source link

xdebug installed for code coverage #5

Closed gabriel403 closed 9 years ago

gabriel403 commented 9 years ago

Any chance we can get xdebug installed as well, so that we can generate code coverage with phpunit?

JulienBreux commented 9 years ago

Hi @gabriel403,

It's your lucky day :) I've add xdebug to master (latest Docker image) with #7 PR. The next releases will have xdebug.

Have fun!