summaryrefslogtreecommitdiffstats
path: root/vendor/pear/net_url2/phpunit.xml.dist
blob: 2fee318919bd88f08a0a67dd3ecbb72e7f714bf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<phpunit bootstrap="Net/URL2.php"
         colors="false"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         stopOnFailure="true">
  <testsuites>
    <testsuite name="Tests">
      <directory>tests</directory>
    </testsuite>
  </testsuites>
  <filter>
    <whitelist>
      <file>Net/URL2.php</file>
    </whitelist>
  </filter>
</phpunit>