TaskwarriorPlugin/phpunit.xml.dist

20 lines
466 B
XML

<?xml version="1.0"?>
<phpunit
colors="true"
bootstrap="tests/bootstrap.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
beStrictAboutTestsThatDoNotTestAnything="true">
<testsuite name="TaskwarriorPlugin">
<directory>./tests</directory>
</testsuite>
<logging>
<log type="coverage-html" target="/tmp/report" lowUpperBound="35"
highLowerBound="70"/>
</logging>
</phpunit>