phpunit.xml
<phpunit
bootstrap="vendor/autoload.php"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="true"
syntaxCheck="true"
verbose="true"
>
<testsuites>
<testsuite name="CosmicJS Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
</phpunit>