Files
synologySsoClientExamplePage/RDAP/test/phpunit.xml
2023-12-22 17:21:31 +01:00

19 lines
478 B
XML

<phpunit
bootstrap="Bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite name="RdapTest">
<directory>./</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="false">
<directory suffix=".php">../</directory>
</whitelist>
</filter>
</phpunit>