summaryrefslogtreecommitdiffstats
path: root/phpunit.xml
blob: 58f58f24c755325a855a637dd0cfa9d62f723ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         processIsolation="false"
         stopOnFailure="false"
    >
    <testsuites>
        <testsuite name="Icinga DB Web PHP Unit Tests">
            <directory suffix="Test.php">test/php</directory>
        </testsuite>
    </testsuites>
</phpunit>