<?xml version="1.0" encoding="UTF-8" ?>
<phpunit backupGlobals="true"
         backupStaticAttributes="false"
         bootstrap="bootstrap.php"
         colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="false"
         convertWarningsToExceptions="false"
         processIsolation="false"
         stopOnError="false"
         stopOnFailure="false"
         stopOnIncomplete="false"
         stopOnSkipped="false"
         syntaxCheck="true"
         verbose="true">
    <php>
        <ini name="date.timezone" value="Asia/Tokyo" />
    </php>
    <testsuites>
        <testsuite name="Ethna Test Suite">
            <directory>src/Tests</directory>
        </testsuite>
    </testsuites>
</phpunit>
