Skip to content

Instantly share code, notes, and snippets.

@ig0rix
Created March 14, 2015 06:35
Show Gist options
  • Save ig0rix/cac47a7f915f9be029a9 to your computer and use it in GitHub Desktop.
Save ig0rix/cac47a7f915f9be029a9 to your computer and use it in GitHub Desktop.
SERVER_PORT=<Your server port> SERVER_NAME='<Your server name>' php -dxdebug.remote_autostart=On app/console test
Make sure you have enabled xdebug inside php.ini
[XDebug]
xdebug.remote_enable = 1
xdebug.remote_host = 127.0.0.1
xdebug.remote_port = 9000
xdebug.idekey = PHPSTORM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment