<phpunit bootstrap="tests/bootstrap.php"
         colors="true"
         stopOnFailure="false">
  <testsuites>
    <testsuite name="client">
      <directory>tests</directory>
    </testsuite>
  </testsuites>
  <logging>
    <log type="tap" target="build/report.tap"/>
    <log type="junit" target="build/report.junit.xml"/>
    <!-- <log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
    <log type="coverage-text" target="build/coverage.txt"/>
    <log type="coverage-clover" target="build/logs/clover.xml"/> -->
  </logging>
</phpunit>