batufa/code_coverage.xml

19 lines
587 B
XML
Raw Normal View History

2010-07-18 02:07:00 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" bootstrap="./application/test_bootstrap.php">
<filter addUncoveredFilesFromWhitelist="true">
<whitelist>
<directory suffix=".php">./system/classes/kohana/</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="coverage" charset="UTF-8"
yui="true" highlight="true"
lowUpperBound="35" highLowerBound="70"/>
</logging>
<testsuites>
<testsuite name="Kohana Tests">
<directory suffix=".php">./system/tests/kohana/</directory>
</testsuite>
</testsuites>
</phpunit>