<?xml version="1.0" encoding="UTF-8"?>
<phpunit
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="../../../lib/phpunit/phpunit.xsd"
        bootstrap="../../../lib/phpunit/bootstrap.php"
        convertErrorsToExceptions="true"
        convertNoticesToExceptions="true"
        convertWarningsToExceptions="true"
        processIsolation="false"
        backupGlobals="false"
        backupStaticAttributes="false"
        cacheResult="false"
        stopOnError="false"
        stopOnFailure="false"
        stopOnIncomplete="false"
        stopOnSkipped="false"
        beStrictAboutTestsThatDoNotTestAnything="false"
        beStrictAboutOutputDuringTests="true"
        >

    <php>
        <const name="PHPUNIT_SEQUENCE_START" value="163000"/>
    </php>
    <testsuites>
        <testsuite name="availability_coursecompleted_testsuite">
            <directory suffix="_test.php">.</directory>
        </testsuite>
    </testsuites>
    <coverage>
        <include>
            <directory suffix=".php">.</directory>
        </include>
        <exclude>
            <directory suffix="_test.php">.</directory>
            <directory suffix=".php">lang</directory>
            <file>tests/coverage.php</file>
            <file>version.php</file>
        </exclude>
    </coverage>
</phpunit>
