<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         beStrictAboutTestsThatDoNotTestAnything="false"
         bootstrap="vendor/autoload.php"
         colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         processIsolation="false"
         stopOnFailure="false"
         verbose="true">

    <testsuites>
        <testsuite name="iPaymu Test Suite">
            <directory suffix="Test.php">./tests/</directory>
        </testsuite>
    </testsuites>

    <filter>
        <whitelist addUncoveredFilesFromWhitelist="false">
            <directory suffix=".php">iPaymu/</directory>
            <exclude>
                <file>iPaymu/Console/Kernel.php</file>
                <file>iPaymu/Exceptions/Handler.php</file>
            </exclude>
        </whitelist>
    </filter>

    <php>
        <server name="production" value="false"/>
        <server name="apiKey" value="QbGcoO0Qds9sQFDmY0MWg1Tq.xtuh1"/>
        <server name="va" value="1179000899"/>
    </php>
</phpunit>