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

2010-01-07 Thread nil_von_9wo
You need to know if your apache is thread safe or not (if under windows I guess it is). I don't know if my Apache is thread safe, but I know that it works with my PHP, so it probably is because my PHP won't work with the NTS version of this extension (I tried and received an error that the

[symfony-users] Problem with test:functional

2010-01-07 Thread nil_von_9wo
I'm a newbie still working through the Jobeet tutorial. When I try to execute either symfony.bat test:functional frontend jobActions or symfony.bat test:functional frontend categoryActions I get the following feedback: Warning: call_user_func_array() expects parameter 1 to be a valid

[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