summaryrefslogtreecommitdiff
path: root/vendor/christian-riesen/otp/phpunit.xml.dist
blob: 7ffc6c632f1bb041b4ad783c42b6133bd5a851a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>

<phpunit colors="true">
    <testsuites>
        <testsuite name="Otp Test Suite">
            <directory>tests/Otp/</directory>
        </testsuite>
    </testsuites>

    <filter>
        <whitelist>
            <directory suffix=".php">src/Otp/</directory>
        </whitelist>
    </filter>
</phpunit>