csfixer_dry_run:
	./vendor/bin/php-cs-fixer fix --verbose --dry-run

phpunit_run:
	./vendor/bin/phpunit
