<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" backupGlobals="false" bootstrap="vendor/autoload.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
  <coverage includeUncoveredFiles="true">
    <include>
      <directory suffix=".php">./src</directory>
    </include>
    <exclude>
      <directory suffix=".php">./vendor</directory>
    </exclude>
  </coverage>
  <testsuites>
    <testsuite name="wp-queue">
      <directory prefix="Test" suffix=".php">./tests</directory>
    </testsuite>
  </testsuites>
</phpunit>
