<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         processIsolation="false"
         stopOnFailure="false"
         syntaxCheck="false"
         debug="true"
         bootstrap="./bootstrap-circle.php"
>
    <testsuites>
        <testsuite name="CircleCI Test Suite">
            <directory>./tests</directory>
        </testsuite>
    </testsuites>
</phpunit>
