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