summaryrefslogtreecommitdiffstats
path: root/phpunit.integration.xml
blob: eae19f133ec703e3145dbc9bb30b2abc2436e11f (plain)
1
2
3
4
5
6
7
<phpunit bootstrap="tests/bootstrap.php" colors="true">
    <testsuites>
        <testsuite name="integration">
            <directory>./tests/Integration</directory>
        </testsuite>
    </testsuites>
</phpunit>