Your IP : 216.73.216.95


Current Path : /var/www/storage2/vendor/braintree/braintree_php/
Upload File :
Current File : /var/www/storage2/vendor/braintree/braintree_php/phpunit.xml.dist

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         processIsolation="false"
         stopOnFailure="false"
         syntaxCheck="false">

    <php>
      <ini name="error_reporting" value="32767"/>
    </php>

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