Update makefile, tweak topictest
This commit is contained in:
10
Makefile
10
Makefile
@ -20,4 +20,12 @@ phar: ## Build .phar using pharlite
|
||||
|
||||
.PHONY: phpstan
|
||||
phpstan: ## Run static analysis
|
||||
phpstan --no-progress
|
||||
@phpstan --no-progress
|
||||
|
||||
.PHONY: phpunit
|
||||
phpunit: ## Run unit tests
|
||||
@phpunit --testdox --no-progress
|
||||
|
||||
.PHONY: coverage
|
||||
coverage: ## Code coverage
|
||||
@XDEBUG_MODE=coverage phpunit --coverage-text --no-progress
|
||||
|
Reference in New Issue
Block a user