summaryrefslogtreecommitdiff
path: root/bin/wiki/vendor/guzzlehttp/promises/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/vendor/guzzlehttp/promises/Makefile')
-rw-r--r--bin/wiki/vendor/guzzlehttp/promises/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/wiki/vendor/guzzlehttp/promises/Makefile b/bin/wiki/vendor/guzzlehttp/promises/Makefile
new file mode 100644
index 00000000..8d5b3ef9
--- /dev/null
+++ b/bin/wiki/vendor/guzzlehttp/promises/Makefile
@@ -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/*