Mercurial > hg > isophonics-drupal-site
comparison vendor/phpunit/php-code-coverage/build/travis-ci.xml @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 | |
3 <phpunit backupGlobals="false" | |
4 backupStaticAttributes="false" | |
5 colors="true"> | |
6 <testsuites> | |
7 <testsuite name="PHP_CodeCoverage"> | |
8 <directory suffix="Test.php">../tests/PHP</directory> | |
9 </testsuite> | |
10 </testsuites> | |
11 | |
12 <logging> | |
13 <log type="coverage-text" target="php://stdout"/> | |
14 </logging> | |
15 | |
16 <filter> | |
17 <whitelist addUncoveredFilesFromWhitelist="true"> | |
18 <directory suffix=".php">../src</directory> | |
19 </whitelist> | |
20 </filter> | |
21 </phpunit> |