summaryrefslogtreecommitdiffstats
path: root/phpunit.xml
blob: 09e75ee15adcc3621a332b93d4002016efd2e96e (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 Certificate Monitoring PHP Unit Tests">
            <directory suffix="Test.php">test/php</directory>
        </testsuite>
    </testsuites>
</phpunit>