10 lines
No EOL
313 B
XML
10 lines
No EOL
313 B
XML
<phpunit bootstrap="vendor/autoload.php">
|
|
<filter>
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
<directory suffix=".php">src</directory>
|
|
</whitelist>
|
|
</filter>
|
|
<logging>
|
|
<log type="coverage-clover" target="coverage.xml"/>
|
|
</logging>
|
|
</phpunit> |