1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <phpunit backupGlobals=
"false">
5 <const name=
"PHPUNIT_TESTSUITE" value=
"true"/>
9 <testsuite name=
"PHPUnit Mock Objects">
10 <directory suffix=
"Test.php">Tests
</directory>
11 <directory suffix=
".phpt">Tests
</directory>
16 <log type=
"coverage-html" target=
"build/coverage" title=
"PHPUnit Mock Objects"
17 charset=
"UTF-8" yui=
"true" highlight=
"true"
18 lowUpperBound=
"35" highLowerBound=
"70"/>
19 <log type=
"coverage-clover" target=
"build/logs/clover.xml"/>
20 <log type=
"junit" target=
"build/logs/junit.xml" logIncompleteSkipped=
"false"/>
24 <whitelist addUncoveredFilesFromWhitelist=
"true">
25 <directory suffix=
".php">PHPUnit
</directory>
27 <file>PHPUnit/Framework/MockObject/Autoload.php
</file>