icingadb-web/phpunit.xml
2023-01-18 12:19:19 +01:00

16 lines
518 B
XML

<?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>