blob: d03fdc20e1a89cda9f5f4b33ba3de3953ef1351b [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="LdapRecord Test Suite">
14 <directory suffix="Test.php">./tests/</directory>
15 </testsuite>
16 </testsuites>
17</phpunit>