summaryrefslogtreecommitdiff
path: root/phpunit.xml
blob: efbc81c444208d5046d608b9db6afc541f49a194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>
            <directory suffix="Test53.php" phpVersion="5.3.0" phpVersionOperator=">=">test</directory>
        </testsuite>
    </testsuites>
</phpunit>