2022-11-07 16:00:53 +01:00
|
|
|
<phpunit backupGlobals="true"
|
|
|
|
backupStaticAttributes="false"
|
|
|
|
cacheTokens="true"
|
|
|
|
colors="false"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="false"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
forceCoversAnnotation="false"
|
|
|
|
processIsolation="false"
|
|
|
|
stopOnError="false"
|
|
|
|
stopOnFailure="false"
|
|
|
|
stopOnIncomplete="false"
|
|
|
|
stopOnSkipped="false"
|
|
|
|
verbose="false">
|
|
|
|
<filter>
|
|
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
|
|
<directory suffix=".php">../Application</directory>
|
2023-02-10 00:52:44 +01:00
|
|
|
<directory suffix=".php">../migration</directory>
|
2022-11-07 16:00:53 +01:00
|
|
|
<directory suffix=".php">../Modules</directory>
|
|
|
|
<directory suffix=".php">../Setup</directory>
|
|
|
|
<exclude>
|
|
|
|
<directory suffix=".php">../Application/views</directory>
|
|
|
|
<directory suffix=".php">../Application/translations</directory>
|
|
|
|
</exclude>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
<logging>
|
|
|
|
<log type="junit" target="reports/logfile.xml"/>
|
|
|
|
</logging>
|
|
|
|
</phpunit>
|