I have been trying to get Phing to work along with PHPunit, which
PHPunit has its own code-coverage mechanism. Everything seems to be
working for me but I have a problem with the xDebug module
installation. The tutorial I am following is
> I have been trying to get Phing to work along with PHPunit, which
> PHPunit has its own code-coverage mechanism. Everything seems to be
> working for me but I have a problem with the xDebug module
> installation. The tutorial I am following is
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" ?
On Mar 22, 1:14 am, Jon Lao <hyperat...@gmail.com> wrote:
> So far I'm able to get xdebug_trace and such working.
> Jon
> On Mar 21, 12:00 am, savagecor...@gmail.com wrote:
> > I have been trying to get Phing to work along with PHPunit, which
> > PHPunit has its own code-coverage mechanism. Everything seems to be
> > working for me but I have a problem with the xDebug module
> > installation. The tutorial I am following is
> 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" ?
> On Mar 22, 1:14 am, Jon Lao <hyperat...@gmail.com> wrote:
> > Which part are you stuck on.
> > So far I'm able to get xdebug_trace and such working.
> > Jon
> > On Mar 21, 12:00 am, savagecor...@gmail.com wrote:
> > > I have been trying to get Phing to work along with PHPunit, which
> > > PHPunit has its own code-coverage mechanism. Everything seems to be
> > > working for me but I have a problem with the xDebug module
> > > installation. The tutorial I am following is
I got the dll from the xdebug homepage. I installed php5 manually
also. If you guys were able to get it working, then try download the
build file I made(default build file) :
Since I am not able to get xdebug extension working, please try to get
the build file to work. You should be able to type "phing" on the
command line window in the directory of the build file to get it to
work. The files may need to be modified because I am not able to test
it until I get xdebug working.
On Mar 23, 12:59 am, Marcius Bagwan <marciusbag...@gmail.com> wrote:
> I got it showing with php -m. How did you install xdebug? through the
> pear installer or did you get the dll?
> On Mar 22, 11:58 pm, savagecor...@gmail.com wrote:
> > 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" ?
> > On Mar 22, 1:14 am, Jon Lao <hyperat...@gmail.com> wrote:
> > > Which part are you stuck on.
> > > So far I'm able to get xdebug_trace and such working.
> > > Jon
> > > On Mar 21, 12:00 am, savagecor...@gmail.com wrote:
> > > > I have been trying to get Phing to work along with PHPunit, which
> > > > PHPunit has its own code-coverage mechanism. Everything seems to be
> > > > working for me but I have a problem with the xDebug module
> > > > installation. The tutorial I am following is
> I got the dll from the xdebug homepage. I installed php5 manually
> also. If you guys were able to get it working, then try download the
> build file I made(default build file) :
> Since I am not able to get xdebug extension working, please try to get
> the build file to work. You should be able to type "phing" on the
> command line window in the directory of the build file to get it to
> work. The files may need to be modified because I am not able to test
> it until I get xdebug working.
> On Mar 23, 12:59 am, Marcius Bagwan <marciusbag...@gmail.com> wrote:
> > I got it showing with php -m. How did you install xdebug? through the
> > pear installer or did you get the dll?
> > On Mar 22, 11:58 pm, savagecor...@gmail.com wrote:
> > > 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" ?
> > > On Mar 22, 1:14 am, Jon Lao <hyperat...@gmail.com> wrote:
> > > > Which part are you stuck on.
> > > > So far I'm able to get xdebug_trace and such working.
> > > > Jon
> > > > On Mar 21, 12:00 am, savagecor...@gmail.com wrote:
> > > > > I have been trying to get Phing to work along with PHPunit, which
> > > > > PHPunit has its own code-coverage mechanism. Everything seems to be
> > > > > working for me but I have a problem with the xDebug module
> > > > > installation. The tutorial I am following is
I dont think it supposed to be like that, but i wont know for sure
until I get my phing working. Feel free to modify the build file and
experiment with it.
On Mar 23, 1:10 pm, Marcius Bagwan <marciusbag...@gmail.com> wrote:
> Okay, I was able to get the "BUILD FINISHED" result, but the coverage
> result was empty. Is it supposed to be like that?
> On Mar 23, 4:11 am, savagecor...@gmail.com wrote:
> > I got the dll from the xdebug homepage. I installed php5 manually
> > also. If you guys were able to get it working, then try download the
> > build file I made(default build file) :
> > Since I am not able to get xdebug extension working, please try to get
> > the build file to work. You should be able to type "phing" on the
> > command line window in the directory of the build file to get it to
> > work. The files may need to be modified because I am not able to test
> > it until I get xdebug working.
> > On Mar 23, 12:59 am, Marcius Bagwan <marciusbag...@gmail.com> wrote:
> > > I got it showing with php -m. How did you install xdebug? through the
> > > pear installer or did you get the dll?
> > > On Mar 22, 11:58 pm, savagecor...@gmail.com wrote:
> > > > 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" ?
> > > > On Mar 22, 1:14 am, Jon Lao <hyperat...@gmail.com> wrote:
> > > > > Which part are you stuck on.
> > > > > So far I'm able to get xdebug_trace and such working.
> > > > > Jon
> > > > > On Mar 21, 12:00 am, savagecor...@gmail.com wrote:
> > > > > > I have been trying to get Phing to work along with PHPunit, which
> > > > > > PHPunit has its own code-coverage mechanism. Everything seems to be
> > > > > > working for me but I have a problem with the xDebug module
> > > > > > installation. The tutorial I am following is