1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <phpunit backupGlobals=
"false"
4 backupStaticAttributes=
"false"
6 bootstrap=
"PHP/CodeCoverage/Autoload.php">
8 <testsuite name=
"php-code-coverage">
9 <directory suffix=
"Test.php">Tests/PHP
</directory>
14 <log type=
"coverage-html" target=
"build/coverage" title=
"PHP_CodeCoverage"
15 charset=
"UTF-8" yui=
"true" highlight=
"true"
16 lowUpperBound=
"35" highLowerBound=
"70"/>
17 <log type=
"coverage-clover" target=
"build/logs/clover.xml"/>
18 <log type=
"junit" target=
"build/logs/junit.xml" logIncompleteSkipped=
"false"/>
22 <whitelist addUncoveredFilesFromWhitelist=
"true">
23 <directory suffix=
".php">PHP
</directory>
25 <file>PHP/CodeCoverage/Autoload.php
</file>