
.PHONY: test

test:
	php -d memory_limit=-1 vendor/bin/phpstan
	XDEBUG_MODE=coverage php -d memory_limit=-1 vendor/bin/phpunit
