first commit
This commit is contained in:
13
phpspreadsheet-1.13_php-7.4/vendor/guzzlehttp/promises/Makefile
vendored
Executable file
13
phpspreadsheet-1.13_php-7.4/vendor/guzzlehttp/promises/Makefile
vendored
Executable file
@ -0,0 +1,13 @@
|
||||
all: clean test
|
||||
|
||||
test:
|
||||
vendor/bin/phpunit
|
||||
|
||||
coverage:
|
||||
vendor/bin/phpunit --coverage-html=artifacts/coverage
|
||||
|
||||
view-coverage:
|
||||
open artifacts/coverage/index.html
|
||||
|
||||
clean:
|
||||
rm -rf artifacts/*
|
Reference in New Issue
Block a user