File: phpunit.xml

package info (click to toggle)
icingaweb2-module-x509 1%3A1.3.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,156 kB
  • sloc: php: 5,099; sql: 448; sh: 54; xml: 16; makefile: 15
file content (16 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (2)
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>