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