[symfony-users] Problems getting test:coverage to work

2010-01-06 Thread nil_von_9wo
Greetings! I'm a newbie working through the Jobeet tutorial and have presently gotten so far as tests. I tried to execute: symfony.bat test:coverage test/unit/JobeetTest.php lib/ Jobeet.class.php Only to discover: You must install and enable xdebug before using lime coverage. So, then I

Re: [symfony-users] Problems getting test:coverage to work

2010-01-06 Thread Stéphane
You need to know if your apache is thread safe or not (if under windows I guess it is). Do a phpinfo(); or php /? on command line to know-how do a phpinfo() then check line for thread-safe enabled or similar thing. If thread-safe, you have to take care at your xdebug' configuration at the