Skip to content

Commit c352c62

Browse files
authored
Merge pull request #11 from fabacino/feature/add-makefile
Add makefile
2 parents c0db4bd + d0de972 commit c352c62

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)