blob: 4f327fae009c7059b1610b46d51d44a54dc0ea33 [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?xml version="1.0" encoding="UTF-8"?>
2<phpunit backupGlobals="false"
3 backupStaticAttributes="false"
4 bootstrap="vendor/autoload.php"
5 colors="true"
6 convertErrorsToExceptions="true"
7 convertNoticesToExceptions="true"
8 convertWarningsToExceptions="true"
9 processIsolation="false"
10 stopOnFailure="false"
11 >
12 <testsuites>
13 <testsuite name="Adldap2 Test Suite">
14 <directory suffix="Test.php">./tests/</directory>
15 </testsuite>
16 </testsuites>
17 <filter>
18 <whitelist processUncoveredFilesFromWhitelist="true">
19 <directory suffix=".php">./src</directory>
20 </whitelist>
21 </filter>
22</phpunit>