2 lines
113 B
Batchfile
2 lines
113 B
Batchfile
|
@echo off
|
||
|
cls && phpunit --verbose --bootstrap bootstrap.php --configuration phpunit.xml --coverage-html coverage
|