Skip to content

Commit

Permalink
Add test-php-phan and test-php-phpstan to Makefile help
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jul 11, 2019
1 parent 2d2dbc1 commit 75c3551
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,10 @@ help:
@echo
@echo -e "Testing:\n"
@echo -e "make test\t\t\trun all tests"
@echo -e "make test-php-unit\t\t\trun all PHP tests"
@echo -e "make test-php-unit\t\trun all PHP tests"
@echo -e "make test-php-style\t\trun PHP code style checks"
@echo -e "make test-php-phan\t\trun PHP phan static code analyzer"
@echo -e "make test-php-phpstan\t\trun PHP phpstan static code analyzer"
@echo -e "make test-js\t\t\trun Javascript tests"
@echo -e "make test-js-debug\t\trun Javascript tests in debug mode (continuous)"
@echo -e "make test-acceptance-api\trun API acceptance tests"
Expand Down

0 comments on commit 75c3551

Please sign in to comment.