<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.0/phpunit.xsd" cacheDirectory=".phpunit.cache">
  <testsuites>
    <testsuite name="Tests">
      <file>./Tests.php</file>
    </testsuite>
  </testsuites>
  <source>
    <include>
      <directory suffix=".php">../SourceQuery</directory>
    </include>
  </source>
</phpunit>
