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