Created
March 14, 2015 06:35
-
-
Save ig0rix/cac47a7f915f9be029a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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