<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="false" cacheDirectory=".phpunit.cache">
  <testsuites>
    <testsuite name="Construction">
      <file>tests/SubscriptionConstructionTest.php</file>
    </testsuite>
    <testsuite name="Factory">
      <file>tests/SubscriptionFactoryTest.php</file>
    </testsuite>
    <testsuite name="Hydration">
      <file>tests/EloquentHydrationTest.php</file>
    </testsuite>
    <testsuite name="All">
      <directory>tests</directory>
    </testsuite>
  </testsuites>
</phpunit>
