marmozist/steam-gifts

View on GitHub
phpunit.xml.dist

Summary

Maintainability
Test Coverage
<phpunit colors="true">
    <testsuites>
        <testsuite name="Marmozist SteamGifts Test Suite">
            <directory>tests</directory>
        </testsuite>
    </testsuites>
    <filter>
        <whitelist>
            <directory>src</directory>
        </whitelist>
    </filter>
    <logging>
        <log type="coverage-clover" target="build/logs/clover.xml"/>
    </logging>
</phpunit>