<phpunit
  bootstrap="tests/bootstrap.php"
  colors="true"
  executionOrder="random"
>
  <testsuites>
    <testsuite name="jane-premium">
      <directory suffix=".test.php">src</directory>
    </testsuite>
  </testsuites>
</phpunit>
