Init Server Composer Components
This commit is contained in:
parent
35db27b0e6
commit
a44cc1d2e3
177 changed files with 24745 additions and 0 deletions
13
server/vendor/guzzlehttp/promises/Makefile
vendored
Normal file
13
server/vendor/guzzlehttp/promises/Makefile
vendored
Normal 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/*
|
Loading…
Add table
Add a link
Reference in a new issue