<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php" colors="true" beStrictAboutTestsThatDoNotTestAnything="false" stopOnFailure="true">
    <testsuites>
        <testsuite name="Embera Test Suite">
            <directory>tests/Embera/</directory>
        </testsuite>
    </testsuites>

    <filter>
        <whitelist>
            <directory suffix=".php">src/Embera/</directory>
        </whitelist>
    </filter>

    <php>
        <ini name="date.timezone" value="UTC"/>
        <const name="GITHUBTESTS" value="1"/>
    </php>
</phpunit>
