File "Makefile"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/ad-inserter/includes/google-api-8/vendor/guzzlehttp/promises/Makefile
File size: 189 B (189 B bytes)
MIME-type: text/x-makefile
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

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