Alex

Results 951 comments of Alex

That one is easy, because you only need to have: * zombie installed (the `npm -g install zombie`) * phpunit installed * run phpunit

Is there any error message, that you're seeing?

I thought that driver starts server automatically as it always did.

> the webserver hosting fixtures of the driver testsuite I see. I've never used it because I have web server running locally anyway and in `phpunit.xml` specified fixture location in...

Maybe some of tested pages are taking too long to load and Zombie is dropping the connection? After #183 is merged you'll be able to specify `timeout` option for Zombie...

The #125 should have fixed it. Not sure if a fix was released yet. Can you please try using `master` branch of MinkZombieDriver?

Actually UProfiler seems to fork your library. The only difference I've spotted so far (except for all function prefix change) is ability to create diffs between recorded profile sessions to...

I guess something similar will happen for PHP 7 as well. Have you tried compiling using original Facebook repo (from where this one is forked): https://github.com/phacility/xhprof ? I'm not sure,...