Files
b2b.redline.com.pl/modules/psaddonsconnect/vendor/guzzlehttp/cache-subscriber/Makefile
2025-06-24 14:14:35 +02:00

15 lines
229 B
Makefile

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/*