<?xml version="1.0" encoding="UTF-8"?>

<phpunit bootstrap="./vendor/autoload.php"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         syntaxCheck="true"
         verbose="true"
         colors="true"
>
  <testsuites>
    <testsuite name="Package Test Suite">
      <directory suffix=".php">test/</directory>
    </testsuite>
  </testsuites>

  <logging>
    <log type="coverage-clover"
         target="build/logs/clover.xml"
         charset="UTF-8"
         highlight="false"
         lowUpperBound="35"
         highLowerBound="70" />
  </logging>
</phpunit>
