summaryrefslogblamecommitdiffstats
path: root/vendor/paypal/paypal-checkout-sdk/phpunit.xml
blob: 4e64bcbfc31e2ed894a27b2a9ccd0017b9a2a68f (plain) (tree)
1
2
3
4
5
6
7
8
9








                                           
<?xml version="1.0" encoding="UTF-8" ?>
<phpunit bootstrap="./vendor/autoload.php">

  <testsuites>
    <testsuite name="integration">
      <directory>./tests/</directory>
    </testsuite>
  </testsuites>
</phpunit>