summaryrefslogtreecommitdiff
path: root/phpunit.xml
blob: 4718e6259b9eadaad50d155a7da33b62aca0901a (plain)
1
2
3
4
5
6
7
8
9
10
11
<phpunit backupGlobals="true"
         backupStaticAttributes="false"
         bootstrap="test/bootstrap.php"
         cacheTokens="false"
         colors="true">
    <testsuites>
        <testsuite name="Idiorm Test Suite">
            <directory suffix="Test.php">test</directory>
        </testsuite>
    </testsuites>
</phpunit>