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