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