comparison vendor/consolidation/annotated-command/phpunit.xml.dist @ 4:a9cd425dd02b

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:11:55 +0000
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
3:307d7a7fd348 4:a9cd425dd02b
1 <phpunit bootstrap="vendor/autoload.php" colors="true"> 1 <phpunit bootstrap="vendor/autoload.php" colors="true">
2 <testsuites> 2 <testsuites>
3 <testsuite name="annotation-command"> 3 <testsuite name="annotation-command">
4 <directory prefix="test" suffix=".php">tests</directory> 4 <directory prefix="" suffix="Test.php">tests</directory>
5 </testsuite> 5 </testsuite>
6 </testsuites> 6 </testsuites>
7 <logging> 7 <logging>
8 <!-- 8 <!--
9 <log type="coverage-html" target="build/logs/coverage" lowUpperBound="35" 9 <log type="coverage-html" target="build/logs/coverage" lowUpperBound="35"