phpunit.xml
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="./build/logs/clover.xml"/>
</logging>
</phpunit>