5 lines
61 B
Makefile
5 lines
61 B
Makefile
|
.PHONY : test
|
||
|
|
||
|
test :
|
||
|
phpunit --coverage-html coverage test
|