comparison vendor/consolidation/annotated-command/phpunit.xml.dist @ 0:c75dbcec494b

Initial commit from drush-created site
author Chris Cannam
date Thu, 05 Jul 2018 14:24:15 +0000
parents
children a9cd425dd02b
comparison
equal deleted inserted replaced
-1:000000000000 0:c75dbcec494b
1 <phpunit bootstrap="vendor/autoload.php" colors="true">
2 <testsuites>
3 <testsuite name="annotation-command">
4 <directory prefix="test" suffix=".php">tests</directory>
5 </testsuite>
6 </testsuites>
7 <logging>
8 <!--
9 <log type="coverage-html" target="build/logs/coverage" lowUpperBound="35"
10 highLowerBound="70"/>
11 -->
12 <log type="coverage-clover" target="build/logs/clover.xml"/>
13 </logging>
14 <filter>
15 <whitelist processUncoveredFilesFromWhitelist="true">
16 <directory suffix=".php">src</directory>
17 </whitelist>
18 </filter>
19 </phpunit>