<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./Tests/bootstrap.php" color="true">
    <testsuites>
        <testsuite name="PayumBundle">
            <directory suffix="Test.php">./Tests</directory>
        </testsuite>
    </testsuites>

    <php>
        <env name="SHELL_VERBOSITY" value="-1" />
    </php>
</phpunit>