<phpunit>
    <testsuite name="Httpful">
        <directory>.</directory>
    </testsuite>
    <logging>
        <log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
    </logging>
</phpunit>