2014-09-23 04:38:32 +02:00
|
|
|
<phpunit bootstrap="./vendor/autoload.php" colors="true">
|
2013-08-05 22:05:08 +02:00
|
|
|
<testsuites>
|
2014-08-02 08:11:41 +02:00
|
|
|
<testsuite name="Tests">
|
2014-03-06 15:52:31 +01:00
|
|
|
<directory>./test</directory>
|
2013-08-05 22:05:08 +02:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
<filter>
|
|
|
|
<whitelist addUncoveredFilesFromWhitelist="true">
|
2014-09-23 04:38:32 +02:00
|
|
|
<directory>./lib</directory>
|
2013-08-05 22:05:08 +02:00
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<logging>
|
2014-03-06 15:52:31 +01:00
|
|
|
<!--
|
2013-08-05 22:05:08 +02:00
|
|
|
<log
|
|
|
|
type="coverage-html"
|
|
|
|
target="./test/coverage"
|
|
|
|
charset="UTF-8"
|
|
|
|
yui="true"
|
|
|
|
lowUpperBound="35"
|
|
|
|
highLowerBound="70"
|
|
|
|
showUncoveredFiles="true"
|
|
|
|
/>
|
2014-03-06 15:52:31 +01:00
|
|
|
-->
|
2013-08-05 22:05:08 +02:00
|
|
|
<log
|
|
|
|
type="coverage-text"
|
|
|
|
target="php://stdout"
|
|
|
|
lowUpperBound="35"
|
|
|
|
highLowerBound="70"
|
|
|
|
/>
|
|
|
|
|
|
|
|
</logging>
|
|
|
|
</phpunit>
|