Skip to content

Commit e7baf3c

Browse files
authored
fix phpunit path
1 parent f630970 commit e7baf3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workspace/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
9191
apt-get update && \
9292
apt-get install -y --force-yes php7.0-xdebug && \
9393
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 \
94+
echo "alias phpunit='php -dzend_extension=xdebug.so /var/www/vendor/bin/phpunit'" >> ~/.bashrc \
9595
;fi
9696
# ADD for REMOTE debugging
9797
COPY ./xdebug.ini /etc/php/7.0/cli/conf.d/xdebug.ini

0 commit comments

Comments
 (0)