summaryrefslogtreecommitdiffstats
path: root/tests/phpunit.xml
blob: 7ef014dae2e68aaa8576ead0ab835f4b3ec858b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<phpunit
    bootstrap="./bootstrap.php"
    strict="true"
    stopOnError="false"
    stopOnFailure="false"
    stopOnIncomplete="false"
    stopOnSkipped="false"
    colors="false"
    verbose="true"
    >
    <testsuites>
        <testsuite name="SSRSTest">
            <directory>.</directory>
        </testsuite>
    </testsuites>
    <php>
        <includePath>../library</includePath>
    </php>
</phpunit>