Skip to content

Commit 3c92f5b

Browse files
authored
Fix: Remove duplicate target (#952)
1 parent f7f6473 commit 3c92f5b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ code-coverage: vendor ## Collects code coverage from running unit tests with php
1313
help: ## 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
2117
coding-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

0 commit comments

Comments
 (0)