[SPIP] ~v3.0.25-->v3.0.26
[lhc/web/www.git] / www / plugins / facteur / phpmailer-php5 / travis.phpunit.xml.dist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <phpunit
3 verbose="false"
4 stopOnError="false"
5 stopOnFailure="false"
6 stopOnIncomplete="false"
7 stopOnSkipped="false"
8 convertErrorsToExceptions="true"
9 convertNoticesToExceptions="true"
10 convertWarningsToExceptions="true"
11 colors="false"
12 forceCoversAnnotation="false"
13 processIsolation="false">
14 <testsuites>
15 <testsuite name="PHPMailer Tests">
16 <directory>./test/</directory>
17 </testsuite>
18 </testsuites>
19 <filter>
20 <blacklist>
21 <directory suffix=".php">./extras</directory>
22 </blacklist>
23 </filter>
24 <groups>
25 <exclude>
26 <group>languages</group>
27 </exclude>
28 </groups>
29 <logging>
30 <log type="coverage-text" target="php://stdout" showUncoveredFiles="true"/>
31 <log type="coverage-clover" target="build/logs/clover.xml"/>
32 <log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
33 </logging>
34 </phpunit>