comparison vendor/pear/net_idna2/phpunit.xml.dist @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
1 <phpunit bootstrap="vendor/autoload.php"
2 cacheTokens="false"
3 colors="true"
4 convertErrorsToExceptions="true"
5 convertNoticesToExceptions="true"
6 convertWarningsToExceptions="true"
7 stopOnError="false"
8 stopOnFailure="false"
9 stopOnIncomplete="false"
10 stopOnSkipped="false">
11
12 <testsuites>
13 <testsuite name="Test Suite">
14 <directory suffix=".php">tests/</directory>
15 </testsuite>
16 </testsuites>
17
18 <filter>
19 <whitelist>
20 <directory suffix=".php">Net/</directory>
21 </whitelist>
22 </filter>
23
24 <logging>
25 <log type="coverage-clover" target="build/logs/clover.xml"/>
26 <log type="coverage-html" target="build/coverage/"/>
27 </logging>
28
29 </phpunit>