How to debug behat features using xdebug? -


having hard time behat, cent find way debug (php/xdebug using breakpoints , steps). have experience or maybe there better way same?

edited:

"behat/mink": "*", "behat/mink-extension": "*", "behat/mink-zombie-driver": "*@dev", "behat/mink-selenium2-driver": "*" 

testing regular feature on website.

you should set following environment variable before launching tests:

xdebug_config="xdebug_session_start="

it works me.


Comments

Popular posts from this blog

mysql - java.sql.SQLException Parameter index out of range (1 > number of parameters, which is 0) -

c - ALSA programming: how to stop immediately -