blob: 92c3a273b4faf724dd2534d469888480bda9be76 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001<?xml version="1.0" encoding="UTF-8"?>
2<phpunit backupGlobals="false"
3 backupStaticAttributes="false"
4 colors="true"
5 convertErrorsToExceptions="true"
6 convertNoticesToExceptions="true"
7 convertWarningsToExceptions="true"
8 processIsolation="false"
9 stopOnFailure="false">
10 <testsuites>
11 <testsuite name="Unit">
12 <directory suffix="Test.php">./tests</directory>
13 </testsuite>
14 </testsuites>
15 <filter>
16 <whitelist processUncoveredFilesFromWhitelist="true">
17 <directory suffix=".php">./lib</directory>
18 </whitelist>
19 </filter>
20</phpunit>