<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./tst/bootstrap-phar.php"
         colors="true"
         processIsolation="false"
         stopOnFailure="false"
         syntaxCheck="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader">

    <testsuites>
        <testsuite name="AmazonInstantAccess">
            <directory>./tst/Amazon/InstantAccess</directory>
        </testsuite>
    </testsuites>

</phpunit>