20 lines
466 B
Plaintext
20 lines
466 B
Plaintext
|
<?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>
|