I got just about everything working, phing, phpunit, spike
phpcoverage, but the problem is that they work, but all the tools need
xdebug extension to be installed. My phpinfo() shows that my xdebug
is working, but my "php -m" in command line shows that my xdebug does
not exist. So whenever i run phing, I get this message:
exception 'Exception' with message 'CoverageSetupTask depends on
Xdebug being installed.' in C:\tool
s\phing-2.3.0\classes\phing\tasks\ext\coverage\CoverageSetupTask.php:
116
I am not sure what I am doing wrong. Are you guys able to get xdebug
to show up on your command line window with "php -m" ?