summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/test/phpunit.xml.dist
blob: 51993e0aec11e6cd8258c755fd157696f4d80e78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<phpunit
    backupGlobals="false"
    backupStaticAttributes="false"
    bootstrap="./bootstrap.php"
    convertErrorsToExceptions="true"
    convertNoticesToExceptions="true"
    convertWarningsToExceptions="true"
    processIsolation="false"
    stopOnError="false"
    stopOnFailure="false"
    stopOnIncomplete="false"
    stopOnSkipped="false"
    syntaxCheck="false"
    verbose="true"
    >
  <filter>
    <whitelist>
      <directory suffix=".php">../lib/</directory>
    </whitelist>
  </filter>
  <testsuites>
    <testsuite name="default">
      <directory>./lib/Elastica/</directory>
    </testsuite>
  </testsuites>
</phpunit>