File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ code-coverage: vendor ## Collects code coverage from running unit tests with php
1313help : # # Displays this list of targets with descriptions
1414 @grep -E ' ^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST ) | sort | awk ' BEGIN {FS = ":.*?## "}; {printf "\033[32m%-30s\033[0m %s\n", $$1, $$2}'
1515
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-
2016.PHONY : coding-standards
2117coding-standards : vendor # # Fixes code style issues with friendsofphp/php-cs-fixer
2218 vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff --show-progress=dots --verbose
You can’t perform that action at this time.
0 commit comments