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
13
13
help : # # Displays this list of targets with descriptions
14
14
@grep -E ' ^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST ) | sort | awk ' BEGIN {FS = ":.*?## "}; {printf "\033[32m%-30s\033[0m %s\n", $$1, $$2}'
15
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
16
.PHONY : coding-standards
21
17
coding-standards : vendor # # Fixes code style issues with friendsofphp/php-cs-fixer
22
18
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