diff options
Diffstat (limited to 'server/vendor/guzzlehttp/psr7/Makefile')
| -rw-r--r-- | server/vendor/guzzlehttp/psr7/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/server/vendor/guzzlehttp/psr7/Makefile b/server/vendor/guzzlehttp/psr7/Makefile new file mode 100644 index 0000000..9c21096 --- /dev/null +++ b/server/vendor/guzzlehttp/psr7/Makefile @@ -0,0 +1,13 @@ +all: clean test + +test: + vendor/bin/phpunit $(TEST) + +coverage: + vendor/bin/phpunit --coverage-html=artifacts/coverage $(TEST) + +view-coverage: + open artifacts/coverage/index.html + +clean: + rm -rf artifacts/* |
