Merge branch '3.0.x' of github.com:kohana/kohana into 3.0.x
[kohana.git] / code_coverage.xml
blobcd9a0e5d43bb9c6fa64bd4f9e2b2d1ed75c4c7f6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <phpunit colors="true" bootstrap="./application/test_bootstrap.php">
3         <filter addUncoveredFilesFromWhitelist="true">
4                 <whitelist>
5                         <directory suffix=".php">./system/classes/kohana/</directory>
6                 </whitelist>
7         </filter>
8         <logging>
9                 <log type="coverage-html" target="coverage" charset="UTF-8"
10                        yui="true" highlight="true"
11                        lowUpperBound="35" highLowerBound="70"/>
12         </logging>
13         <testsuites>
14                 <testsuite name="Kohana Tests">
15                         <directory suffix=".php">./system/tests/kohana/</directory>
16                 </testsuite>
17         </testsuites>
18 </phpunit>