This repository has been archived on 2021-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
TaskBoard/test/api/phpunit.xml
2020-01-16 15:05:31 -05:00

19 lines
479 B
XML

<phpunit>
<testsuites>
<testsuite name="api">
<directory>./</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>../../src/api/controllers</directory>
<directory>../../src/api/helpers</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="../../coverage/api/"
lowUpperBound="40" highLowerBound="80" />
</logging>
</phpunit>