<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd"
         backupGlobals="false"
         bootstrap="./bootstrap.php"
         colors="true"
         stopOnFailure="false">

    <testsuites>
        <testsuite name="CIDRmatch Test Suite">
            <directory>./CIDRmatchTest</directory>
        </testsuite>
    </testsuites>

    <coverage processUncoveredFiles="true">
        <include>
            <directory suffix=".php">../CIDRmatch</directory>
        </include>
    </coverage>
</phpunit>
