adrienrn / dotfiles

:black_circle: - Yet another dotfiles repository
Apache License 2.0
1 stars 1 forks source link

Composer / xdebug #5

Open adrienrn opened 7 years ago

adrienrn commented 7 years ago
# Load xdebug Zend extension with php command
alias php='php -dzend_extension=xdebug.so'
# PHPUnit needs xdebug for coverage. In this case, just make an alias with php command prefix.
alias phpunit='php $(which phpunit)'

More: here https://getcomposer.org/doc/articles/troubleshooting.md#xdebug-impact-on-composer