<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php"
         colors="true">
    <filter>
        <whitelist>
            <file>environment.php</file>
            <file>class-gateway.php</file>
            <file>includes/callback-refacil.php</file>
            <file>includes/refacil-credentials-crypto.php</file>
            <file>includes/refacil-pay-api-contract.php</file>
        </whitelist>
    </filter>
    <testsuites>
        <testsuite name="Refacil Plugin Tests">
            <directory suffix="Test.php">tests/unit</directory>
        </testsuite>
    </testsuites>
</phpunit>
