<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
  backupStaticAttributes="false"
  verbose="true"
  bootstrap="tests/bootstrap.php">
  <testsuites>
    <testsuite name="Tests">
       <directory suffix="Test.php">tests</directory>
    </testsuite>
  </testsuites>
</phpunit>
