fix phpunit path
This commit is contained in:
		| @@ -91,7 +91,7 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \ | ||||
|     apt-get update && \ | ||||
|     apt-get install -y --force-yes php7.0-xdebug && \ | ||||
|     sed -i 's/^/;/g' /etc/php/7.0/cli/conf.d/20-xdebug.ini && \ | ||||
|     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 \ | ||||
| ;fi | ||||
| # ADD for REMOTE debugging | ||||
| COPY ./xdebug.ini /etc/php/7.0/cli/conf.d/xdebug.ini | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Bo-Yi Wu
					Bo-Yi Wu