<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" backupGlobals="false"
  backupStaticAttributes="false" colors="true" verbose="true"
  convertErrorsToExceptions="true" convertNoticesToExceptions="true"
  convertWarningsToExceptions="true" processIsolation="false"
  stopOnFailure="false">
  <testsuites>
    <testsuite name="Statickidz Google Translate library">
      <directory>tests</directory>
    </testsuite>
  </testsuites>
  <logging>
    <log type="json" target="build/report_unit_test_json.json" />
    <log type="junit" target="build/report_unit_test_junit.xml" />
  </logging>
</phpunit>