<phpunit bootstrap="./vendor/autoload.php" backupGlobals="false" colors="true">
	<!--<php>
        <server name="API_KEY" value="change_me" />
    </php>-->
    <testsuites>
        <testsuite name="Test Suite">
            <directory suffix="Test.php">./tests</directory>
        </testsuite>
    </testsuites>
</phpunit>

