phpunit.xml.dist
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="Sinergi Config Test Suite">
<directory>./tests/Config/</directory>
</testsuite>
</testsuites>
</phpunit>