File "phpunit.xml.dist"

Full Path: /home/warrior1/public_html/plugins/google-listings-and-ads/vendor/google/gax/phpunit.xml.dist
File size: 336 bytes
MIME-type: text/xml
Charset: utf-8

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php"
         colors="true">
  <testsuites>
    <testsuite>
      <directory>tests/Tests/Unit</directory>
    </testsuite>
  </testsuites>
  <filter>
    <whitelist>
      <directory suffix=".php">src/ApiCore</directory>
    </whitelist>
  </filter>
</phpunit>