<?xml version="1.0" encoding="UTF-8"?>
<phpunit
    bootstrap="tests/bootstrap.php"
    colors="true"
    verbose="true"
    stopOnFailure="false"
>
    <testsuites>
        <testsuite name="Gateway Tests">
            <directory>tests</directory>
        </testsuite>
    </testsuites>
    <php>
        <env name="CONEKTA_HOST" value="http://localhost:3000" />
    </php>
</phpunit>
