We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f6473 commit 3c92f5bCopy full SHA for 3c92f5b
1 file changed
Makefile
@@ -13,10 +13,6 @@ code-coverage: vendor ## Collects code coverage from running unit tests with php
13
help: ## Displays this list of targets with descriptions
14
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[32m%-30s\033[0m %s\n", $$1, $$2}'
15
16
-.PHONY: code-coverage
17
-code-coverage: vendor ## Collects coverage from running tests with phpunit/phpunit
18
- tests/server start; vendor/bin/phpunit --configuration=tests/phpunit.xml --coverage-text; tests/server stop
19
-
20
.PHONY: coding-standards
21
coding-standards: vendor ## Fixes code style issues with friendsofphp/php-cs-fixer
22
vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff --show-progress=dots --verbose
0 commit comments