<phpunit
colors="true"
bootstrap="./tests/bootstrap.php"
beStrictAboutTestsThatDoNotTestAnything="false"
stopOnError="false"
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false"
stopOnRisky="false"
>
<testsuites>
<testsuite name="Main tests">
<directory>./tests/suites/main/</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-html"
target="./build/output/coverage/html"
lowUpperBound="35"
highLowerBound="70"/>
<log type="coverage-text"
target="php://stdout"
showUncoveredFiles="true"/>
<log type="coverage-clover" target="./build/logs/clover.xml"/>
</logging>
</phpunit>
|