first commit
This commit is contained in:
14
modules/productcomments/vendor/guzzlehttp/cache-subscriber/Makefile
vendored
Normal file
14
modules/productcomments/vendor/guzzlehttp/cache-subscriber/Makefile
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
all: clean coverage
|
||||
|
||||
test:
|
||||
vendor/bin/phpunit
|
||||
|
||||
coverage:
|
||||
vendor/bin/phpunit --coverage-html=artifacts/coverage
|
||||
open artifacts/coverage/index.html
|
||||
|
||||
view-coverage:
|
||||
open artifacts/coverage/index.html
|
||||
|
||||
clean:
|
||||
rm -rf artifacts/*
|
||||
Reference in New Issue
Block a user