summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/EmailLogin/phpunit.xml
blob: fe96cd976d3eb2d5b5f90e8b27ebea1a709f2c72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<phpunit bootstrap="vendor/autoload.php">
    <filter>
        <whitelist>
            <directory>classes/</directory>
        </whitelist>
    </filter>
    <testsuites>
        <testsuite>
            <directory>tests/</directory>
        </testsuite>
    </testsuites>
    <logging>
        <log type="coverage-html" target="coverage/" />
        <log type="coverage-clover" target="clover.xml" />
    </logging>
</phpunit>