<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
         bootstrap="tests/bootstrap_k12notifications_integration.php"
         colors="true"
>
    <testsuites>
        <testsuite name="K12Notifications Integration">
            <directory>./tests/Integration/K12Notifications</directory>
        </testsuite>
        <testsuite name="K12Notifications Unit">
            <file>./tests/Unit/StrideK12NotificationsConfigShapeTest.php</file>
        </testsuite>
    </testsuites>
    <coverage>
        <include>
            <directory suffix=".php">./public/modules/stride/k12notifications</directory>
        </include>
    </coverage>
</phpunit>
