Current File : /var/www/prestashop/modules/ps_eventbus/vendor/sentry/sentry/Makefile
.PHONY: test

develop: update-submodules
	composer install --dev
	make setup-git

update-submodules:
	git submodule init
	git submodule update

cs:
	vendor/bin/php-cs-fixer fix --config-file=.php_cs --verbose --diff

cs-dry-run:
	vendor/bin/php-cs-fixer fix --config-file=.php_cs --verbose --diff --dry-run

test: cs-dry-run
	vendor/bin/phpunit

setup-git:
	git config branch.autosetuprebase always