dj_mix_hosting_software/phpunit.xml
2024-05-14 11:13:35 -07:00

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>