aboutsummaryrefslogtreecommitdiff
path: root/vendor/eher/oauth/phpunit.xml.dist
blob: 9735ad47f79a3f6fcd749098db102735a8f20e23 (plain) (blame)
1
2
3
4
5
6
7
<phpunit bootstrap="vendor/autoload.php" colors="true">
    <testsuites>
        <testsuite name="Test Suite">
            <directory>test</directory>
        </testsuite>
    </testsuites>
</phpunit>