We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f630970 commit e7baf3cCopy full SHA for e7baf3c
1 file changed
workspace/Dockerfile
@@ -91,7 +91,7 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
91
apt-get update && \
92
apt-get install -y --force-yes php7.0-xdebug && \
93
sed -i 's/^/;/g' /etc/php/7.0/cli/conf.d/20-xdebug.ini && \
94
- echo "alias phpunit='php -dzend_extension=xdebug.so /var/www/laravel/vendor/bin/phpunit'" >> ~/.bashrc \
+ echo "alias phpunit='php -dzend_extension=xdebug.so /var/www/vendor/bin/phpunit'" >> ~/.bashrc \
95
;fi
96
# ADD for REMOTE debugging
97
COPY ./xdebug.ini /etc/php/7.0/cli/conf.d/xdebug.ini
0 commit comments