5 lines
94 B
Makefile
5 lines
94 B
Makefile
.PHONY : test-coverage
|
|
|
|
test-coverage :
|
|
phpunit --syntax-check --coverage-html coverage test
|