We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0db4bd + d0de972 commit c352c62Copy full SHA for c352c62
Makefile
@@ -0,0 +1,9 @@
1
+all: coverage
2
+
3
+test:
4
+ vendor/bin/phpunit
5
6
+coverage:
7
+ vendor/bin/phpunit --coverage-text
8
9
+.PHONY: test coverage
0 commit comments