summaryrefslogtreecommitdiffstats
path: root/phpunit.integration.xml
blob: 3a43fe58b17e0bb9ef073dc4033a85b3a4d8094b (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>