Remove phpunit.xml

Use defaults from new workflows.
This commit is contained in:
Eric Lippmann 2025-10-12 16:01:06 -04:00
parent 4fb9bc192e
commit 0a94c1dab2

View file

@ -1,16 +0,0 @@
<?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>