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