<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" stopOnFailure="false" backupGlobals="false" bootstrap="./tests/bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
    <coverage>
        <include>
            <directory suffix=".php">classes</directory>
            <directory suffix=".php">exceptions</directory>
            <directory suffix=".php">interfaces</directory>
        </include>
        <report>
            <html outputDirectory="build/coverage" highLowerBound="80"/>
        </report>
    </coverage>
    <testsuite name="ilModulesTestQuestionPoolSuite">
        <file>./tests/ilModulesTestQuestionPoolSuite.php</file>
    </testsuite>
    <logging>
        <testdoxHtml outputFile="build/dox.html"/>
    </logging>
</phpunit>