<phpunit bootstrap="vendor/autoload.php"> <testsuites> <testsuite name="Application"> <directory>tests</directory> </testsuite> </testsuites> <logging> <log type="coverage-clover" target="coverage.xml"/> </logging> </phpunit>