I\'ve got xdebug installed fine (showing up in phpinfo()) but I\'m trying to get it to work with PHPUnit\'s code coverage functionality. It keeps telling me \"The XDebug extensi
You need to create two symlinks:
To create a symlink in windows use mklink command
e.g.
It seems in windows somehow phpunit doesnt see actual paths and with that symlinks you create virtual default paths for it