mirror of
https://github.com/pgmr3/synologySsoClientExamplePage.git
synced 2025-12-13 13:35:49 +01:00
19 lines
478 B
XML
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>
|