<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./tests/bootstrap.php"
         colors="true"
         processIsolation="false"
         stopOnFailure="false"
         syntaxCheck="false"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader">

    <php>
        <const name="LOB_TEST_API_KEY" value="test_7c5d111af5ccfedb9f0eea91745c93896a1"/>
    </php>

    <testsuites>
        <testsuite>
            <directory>./tests/Lob/Tests</directory>
        </testsuite>
    </testsuites>

    <filter>
        <whitelist>
            <directory suffix=".php">./src/Lob</directory>
            <exclude>
                <file>./src/Lob/ResourceTest.php</file>
                <directory suffix="Interface.php">./src/Lob</directory>
                <directory>./src/Lob/Exception</directory>
            </exclude>
        </whitelist>
    </filter>

    <logging>
      <log type="coverage-clover" target="build/logs/clover.xml"/>
    </logging>
</phpunit>
